Help for this page

Select Code to Download


  1. or download this
    =-> cat test.pl
    my($plaintext,$html);
    ...
    
    just read
    $html:
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
     
    warn "2 + 2 = 4 not 5!\n";
    die "saying two and two makes FOUR! (I love Big Brother!)\n";