Group
Extension

Matches 1369

Win32-Process-CpuUsage ( K/KX/KXJ/Win32-Process-CpuUsage-0.02.tar.gz, KXJ, 2009; MetaCPAN )
Win32-Process-CpuUsage/ppport.h ( view source; MetaCPAN )
 from $filename: $!\n";
    next;
  }

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

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

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

  # Temporarily remove C/XS
Mail-Lite ( D/DA/DAVINCHI/Mail-Lite-0.1005.tar.gz, DAVINCHI, 2009; MetaCPAN )
Mail-Lite/lib/Mail/Lite/Processor.pod ( view source; MetaCPAN )
 Data::Dumper;
    use Mail::Lite::Processor;

    my $message = new Mail::Lite::Message( do { local $/; <DATA> } );

    my $processor = new Mail::Lite::Processor(
	rules => [
	    {
		id => 'fail',
Goo-Canvas ( Y/YE/YEWENBIN/Goo-Canvas-0.06.tar.gz, YEWENBIN, 2009; MetaCPAN )
Goo-Canvas/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
Lux-IO ( K/KE/KENTARO/Lux-IO-0.07.tar.gz, KENTARO, 2009; MetaCPAN )
Lux-IO/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
B-Hooks-OP-Check-StashChange ( F/FL/FLORA/B-Hooks-OP-Check-StashChange-0.06.tar.gz, FLORA, 2009; MetaCPAN )
B-Hooks-OP-Check-StashChange/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/XS comm
QDBM_File ( Y/YA/YAMATO/QDBM_File-1.12.tar.gz, YAMATO, 2009; MetaCPAN )
QDBM_File/ppport.h ( view source; MetaCPAN )
 from $filename: $!\n";
    next;
  }

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

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

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

  # Temporarily remove C/XS
kurila ( T/TT/TTY/kurila-1.19_0.tar.gz, TTY, 2009; MetaCPAN )
kurila/pod/perlfaq5.pod ( view source; MetaCPAN )
ile: $!"
	open my $out, '>', "$file.new" or die "Can't write new file: $!";

	my @lines = do { local $/; <$in> }; # slurp!

		# do your magic here

	print $out @lines;

Modules such as C<File::Slurp> 
cally
close the file at block exit.  If the file is already open, just use this:

	$var = do { local $/; <INPUT> };

For ordinary files you can also use the read function.

	read( INPUT, $var, -s INPU
POD2-FR ( P/PO/POLGAB/POD2-FR-0.03.tar.gz, POLGAB, 2009; MetaCPAN )
POD2-FR/FR/perlfaq5.pod ( view source; MetaCPAN )
 la sortie du
bloc. Si le fichier est déjà ouvert, utilisez juste S<ceci :>

    $var = do { local $/; <INPUT> };

Pour des fichiers ordinaires, vous pouvez aussi utiliser la fonction
S<read :>

   
IO-EventMux-Socket-MsgHdr ( T/TL/TLBDK/IO-EventMux-Socket-MsgHdr-0.02.tar.gz, TLBDK, 2009; MetaCPAN )
IO-EventMux-Socket-MsgHdr/lib/IO/EventMux/Socket/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/XS comm
AI-FANN ( S/SA/SALVA/AI-FANN-0.10.tar.gz, SALVA, 2009; MetaCPAN )
AI-FANN/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/XS comm
X11-GUITest-record ( M/MK/MKODERER/X11-GUITest-record-0.15.tar.gz, MKODERER, 2009; MetaCPAN )
X11-GUITest-record/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
FLUTF ( M/MA/MALUKU/games-freelancer-utf/FLUTF-1.001.tar.gz, MALUKU, 2009; MetaCPAN )
FLUTF/lib/Games/Freelancer/UTF.pm ( view source; MetaCPAN )
utf, .3db, .txm, .mat, .ale, .vms, .dfm or maybe some more
	binmode FILE;
	my $content = do {local $/; <FILE>};
	close FILE;
	my $tree=UTFread($content);
	$code = UTFwriteUTF($tree);
	open FILE,
elancer::UTF;
	use Data::Dumper;
	open FILE,"model.cmp";
	binmode FILE;
	my $content = do {local $/; <FILE>};
	close FILE;
	my $tree=UTFread($content);
	print Data::Dumper->Dump([$tree]);

=c
:

	use Games::Freelancer::UTF;
	open FILE,"model.cmp";
	binmode FILE;
	my $content = do {local $/; <FILE>};
	close FILE;
	my $tree=UTFread($content);
	#... Do something with $tree ..., for ex
Mail-Action ( C/CH/CHROMATIC/Mail-Action-0.46.tar.gz, CHROMATIC, 2009; MetaCPAN )
Mail-Action/lib/Mail/Action/Storage.pm ( view source; MetaCPAN )
(  IN, $self->storage_file( $name ) ) or return;
    flock( IN, LOCK_SH );
    my $data = do { local $/; <IN> };
    close IN;

    return $self->stored_class->new(
        %{ Load( $data ) }, name =>
Linux-Input-Wiiuse ( W/WI/WILSOND/Linux-Input-Wiiuse-0.01.tar.gz, WILSOND, 2009; MetaCPAN )
Linux-Input-Wiiuse/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/XS comm
Mail-TempAddress ( C/CH/CHROMATIC/Mail-TempAddress-0.62.tar.gz, CHROMATIC, 2009; MetaCPAN )
Mail-TempAddress/lib/Mail/TempAddress.pm ( view source; MetaCPAN )
package Mail::TempAddress;

use strict;
my $pod = do { local $/; <DATA> };

use base 'Mail::Action';
use Carp 'croak';

use Mail::Mailer;
use Email::Address;

use Mail::TempAddress::Addresses;

use va
Win32-StreamNames ( C/CL/CLIVE/Win32-StreamNames-1.04.tar.gz, CLIVE, 2009; MetaCPAN )
Win32-StreamNames/ppport.h ( view source; MetaCPAN )
 from $filename: $!\n";
    next;
  }

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

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

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

  # temporarily remove C co
Unicode-Property-XS ( M/MI/MINDOS/Unicode-Property-XS-0.81.tar.gz, MINDOS, 2009; MetaCPAN )
Unicode-Property-XS/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
Scalar-Random ( A/AL/ALFIE/Scalar-Random-0.02.tar.gz, ALFIE, 2008; MetaCPAN )
Scalar-Random/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/XS comm
Gtk2-Sexy ( F/FL/FLORA/Gtk2-Sexy-0.05.tar.gz, FLORA, 2008; MetaCPAN )
Gtk2-Sexy/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/XS comm
RPC-XML-Deparser-XS ( M/MI/MIKAGE/RPC-XML-Deparser-XS-0.02.tar.gz, MIKAGE, 2008; MetaCPAN )
RPC-XML-Deparser-XS/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.