Help for this page

Select Code to Download


  1. or download this
    use Fatal qw( :void open close );
    sub slurp {
    ...
    }
    
    $foo = slurp("bar.txt");
    
  2. or download this
    use Slurp;
    my $foo = slurp("bar.txt", "baz.txt");