Help for this page

Select Code to Download


  1. or download this
    WORKING:
    ...
    ...
    debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 2.0
    debug1: Exit status 0
    ...
    
  2. or download this
    use strict;
    use warnings;
    ...
    END{
        print STDERR "\$!: $!\n";
    }