Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print calc($_), "\t$_\n" for @ARGV;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print calc($test), $/;
    unlink $test;
    
  3. or download this
    use strict;
    use warnings;
    ...
    close $out;
    
    print calc('test.deleteme'), $/;