Help for this page

Select Code to Download


  1. or download this
    $ cpan
    > install File::Slurp
    ...
    
    $ vi t.pl
    
  2. or download this
    <P>
    #!/home/toma/perl58i/bin/perl
    ...
    my $all_of_it = read_file($filename);
    
    print $all_of_it;