Help for this page

Select Code to Download


  1. or download this
    {
        no strict 'refs';
        *main::slurp = \&Slurp::slurp;
    }
    
  2. or download this
    use Exporter;
    our @ISA = qw( Exporter );
    our @EXPORT = qw( slurp );
    
  3. or download this
    use Exporter;
    our @ISA = qw( Exporter );
    our @EXPORT_OK = qw( slurp );