Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    ...
    
    print STDOUT "I'm going to standard output.\n" ;
    print STDERR "I'm going to standard error.\n" ;