Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    C 1, 2(11)
    C 2, 2(18)
    C 2, 2(11)
    
  2. or download this
    my $str = slurp('file.txt');
    
    ...
            close(F);
            return $txt;
    }