Help for this page

Select Code to Download


  1. or download this
    print "The time is $time\n";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # take a look at your handywork
    print $script_text;
    exit(0);
    
  3. or download this
    # ## comment
    
  4. or download this
    s/# ##[^\n]+\n\s*/\n/g;
    
  5. or download this
    s/\{/n/ /g;
    s/\}\s+elsif/} elsif/g;
    s/;\s+my/; my/g;