Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
          print $_;
       }
    }
    
  2. or download this
    
    # testing coruscate
    ...
    ok - "line1\nline2"
    ok - "\nline1\nline2\n"
    ok - "line1\nline2\n\n\n"