Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    use strict;
    ...
    print Dumper($color);
    exit;
    print "Your chosen color is $color.\n";
    
  2. or download this
    # ./color.cgi color=red
    Content-type: text/plain
    
    $VAR1 = 'red';