Help for this page

Select Code to Download


  1. or download this
    srand;
    $index = rand(0..10);
    ...
    srand;
    @rquotes = rand(@quotes);
    print "$rquotes[3]";
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
     
    print "Content-Type: text/html\n\n";
    print "$quote";