Help for this page

Select Code to Download


  1. or download this
    # OK, I'm a bit of a Standards freak, but you get my point =)
    print "<select name='reason'>\n";
    ...
        }
        print "$option</option>\n";
    }
    
  2. or download this
    my @options = ();
    while (<DATA>) {
    ...
    Deposits
    PPV Dispute
    ...