Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    $ cat stderr-127.0.0.1.txt
    exit status: 0
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    STDERR:
    
    exit status: 0
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $ cat stderr-127.0.0.1.txt
    STDERR:
    exit status: 0