Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my @array2 = ('words2', 'will2', 'go2', 'here2');
       print "Content-Type: text/html\n\n";
    print "$array[rand @array] - $array2[rand @array2]\n";
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    EOM
       exit;
    }