Group
Extension

Matches 1369

Geo-Coder-Ja ( J/JI/JIRO/Geo-Coder-Ja-0.03.tar.gz, JIRO, 2006; MetaCPAN )
Geo-Coder-Ja/src/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # temporarily remove C comment
Thread-State ( M/MA/MAKAMAKA/Thread-State-0.09.tar.gz, MAKAMAKA, 2006; MetaCPAN )
Thread-State/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # temporarily remove C comment
webrobot ( S/ST/STRCEK/webrobot-0.81.tar.gz, STRCEK, 2006; MetaCPAN )
webrobot/lib/WWW/Webrobot/SelftestRunner.pm ( view source; MetaCPAN )
   local *F;
        open F, "<$file" or die "Can't open '$file': $!";
        my $html = do { local $/; <F> };
        close F;
        return $html;
    },
    # 500 => sub {},
    # Don't use '500'
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/misc/old_pugs_perl5_backend/pilrun2-leftovers/emit.pl ( view source; MetaCPAN )
  my $p6;
    my $warn = sub{
	open IN, $p6_file or return "open: $p6_file: $!\n";
	$p6 = do { local $/; <IN> }; close IN;
	"";
    }->();
    my $failed = $warn?1:0;
    $self->{'p6'} = Perl6::Run::O
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/util/PugsConfig.pm ( view source; MetaCPAN )
} = $path;
}

sub write_config_module {
    my $config = get_config();
    my $template = do { local $/; <DATA> };

    my $all_fields = join ",\n    ", map {
        "config_$_";
    } sort keys %$co
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/misc/old_pugs_perl5_backend/PIL-Run/pugs-p5.pl ( view source; MetaCPAN )
name = $1;
            open IN, $filename or do{ warn $!; next; };
            my $code = do { local $/; <IN> }; close IN;
            $eval_p6->($code);
            next;
        }
        $eval_p6->
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/lib/Perl6/MakeMaker.pm ( view source; MetaCPAN )
c->catfile('blib', 'lib'));
    open MAKEFILE, '< Makefile' or die $!;
    my $makefile = do { local $/; <MAKEFILE> };
    $full_pugs =~ s{\\}{\\\\}g; 
    $full_pugs =~ s{'}{\\'}g;
    $full_blib =~ 
DULE, $module_path
      or die "Can't open '$module_path' for input\n";
    my $source = do { local $/; <MODULE> };
    return unless $source =~
    /^\s*module\s+(.*?);.*\sinline\s/ms;
    my $modul
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/util/gen_prelude.pl ( view source; MetaCPAN )
ELUDE or
        die "Couldn't open temp prelude ($TEMP_PRELUDE): $!"; 
    my $program = do { local $/; <IN> };
    close IN;

    strip_comments($program);
    $program =~ s{(["\\])}{\\$1}g;
    $pr
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/misc/old_pugs_perl5_backend/PIL-Run/lib/PIL/Run/EvalX.pm ( view source; MetaCPAN )
($p5r);
}
sub p6_eval_file {
    my($fn)=@_;
    open IN, $fn or do{ warn "p6_eval_file: $fn: $!\n"; return; };
    my $p6 = do { local $/; <IN> }; close IN;
    eval { p6_eval($p6); };
}

1;
__END__
Sledge-Plugin-JSONRPC ( N/NE/NEKOKAK/Sledge-Plugin-JSONRPC-0.01.tar.gz, NEKOKAK, 2006; MetaCPAN )
Sledge-Plugin-JSONRPC/lib/Sledge/Plugin/JSONRPC.pm ( view source; MetaCPAN )
kg->register_hook(BEFORE_INIT => sub {
        my $self = shift;
        $self->{_body} = do { local $/; <STDIN> };
    });

    no strict 'refs';
    *{"$pkg\::jsonrpc"} = \&_jsonrpc;
}

sub _jsonrpc
Mozilla-nsID ( B/BO/BOSU/Mozilla-nsID-0.01.tar.gz, BOSU, 2006; MetaCPAN )
Mozilla-nsID/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # temporarily remove C comment
HTML-Prototype ( E/ES/ESSKAR/HTML-Prototype-1.48.tar.gz, ESSKAR, 2006; MetaCPAN )
HTML-Prototype/lib/HTML/Prototype/Controls.pm ( view source; MetaCPAN )
dded in perl

=head1 SYNOPSIS

    our $controls = do { package HTML::Prototype::Controls; local $/; <DATA> };

=head1 DESCRIPTION

This is the script.aculo.us controls library embedded in a p
HTML-Prototype ( E/ES/ESSKAR/HTML-Prototype-1.48.tar.gz, ESSKAR, 2006; MetaCPAN )
HTML-Prototype/lib/HTML/Prototype/Js.pm ( view source; MetaCPAN )
ary, embedded in perl

=head1 SYNOPSIS

    our $prototype = do { package HTML::Prototype::Js; local $/; <DATA> };

=head1 DESCRIPTION

This is the actual Prototype library embedded in a perl __DATA__
HTML-Prototype ( E/ES/ESSKAR/HTML-Prototype-1.48.tar.gz, ESSKAR, 2006; MetaCPAN )
HTML-Prototype/lib/HTML/Prototype/DragDrop.pm ( view source; MetaCPAN )
embedded in perl

=head1 SYNOPSIS

    our $dragdrop = do { package HTML::Prototype::DragDrop; local $/; <DATA> };

=head1 DESCRIPTION

This is the script.aculo.us dragdrop library embedded in a perl 
HTML-Prototype ( E/ES/ESSKAR/HTML-Prototype-1.48.tar.gz, ESSKAR, 2006; MetaCPAN )
HTML-Prototype/lib/HTML/Prototype/Effects.pm ( view source; MetaCPAN )
y, embedded in perl

=head1 SYNOPSIS

    our $effects= do { package HTML::Prototype::Effects; local $/; <DATA> };

=head1 DESCRIPTION

This is the script.aculo.us effects library embedded in a perl _
AxKit2 ( M/MS/MSERGEANT/AxKit2-1.1.tar.gz, MSERGEANT, 2006; MetaCPAN )
AxKit2/lib/AxKit2/Transformer/TAL.pm ( view source; MetaCPAN )
gth);

my $parser  = XML::LibXML->new();
my $xslt    = XML::LibXSLT->new();
my $data    = do { local $/; <DATA> };

my %cache;
sub transform {
    my $self = shift;
    my ($pos, $processor) = @_;
   
Markup-Perl ( M/MM/MMATHEWS/Markup-Perl-0.5.tar.gz, MMATHEWS, 2006; MetaCPAN )
Markup-Perl/lib/Markup/Perl.pm ( view source; MetaCPAN )
"$0": $!);
	for (1..$line) { <SCRIPT> } # go past lines up to the one that uses us
	
	run(do{ local $/;  <SCRIPT> });
	exit;
} 

sub run { # transform and eval mupl text
	$_ = shift or return;
	
	my $
	(open SRC, "<$path" and flock(SRC, 1)) or croak qq(can't get src "$path": $!);
	my $src = do{ local $/; <SRC> };
	close SRC;
	run $src;
	$in_file = $tmp;
}

sub param  { my ($v) = @_; return wantarra
Device-Serdisp ( F/FU/FUZZ/Device-Serdisp-0.06.tar.gz, FUZZ, 2006; MetaCPAN )
Device-Serdisp/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # temporarily remove C comment
Text-Migemo ( J/JI/JIRO/Text-Migemo-0.01.tar.gz, JIRO, 2006; MetaCPAN )
Text-Migemo/src/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # temporarily remove C comment
Apache-Peek ( P/PG/PGOLLUCCI/Apache-Peek-1.06.tar.gz, PGOLLUCCI, 2006; MetaCPAN )
Apache-Peek/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # temporarily remove C comment

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.