Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -sl
    
  2. or download this
    BEGIN { $^W = 1; }
    sub BEGIN {
    ...
            die $@;
        }    
    }
    
  3. or download this
    local $OUTPUT_RECORD_SEPARATOR = *\ ;