Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
          print("Slurp is different from inlined version.\n");
       }
    }
    
  2. or download this
    Disk size:            21
    
    ...
    
    
    Slurp is indentical to inlined version.
    
  3. or download this
    >perl -MFile::Slurp -le "print $File::Slurp::VERSION"
    9999.09
    ...
    (with 1 registered patch, see perl -V for more detail)
    
    ...