Help for this page

Select Code to Download


  1. or download this
    use IO::All;
    $content = io('file.txt')->slurp;
        # or
    ...
    use File::Slurp;
    $content = read_file( 'filename' );
        # or any number of include methods in Mason/Template/Embperl...