Help for this page

Select Code to Download


  1. or download this
    print "...html 1..." if ...condition_1...;
    print "...html 2..." if ...condition_2...;
    ...
    
  2. or download this
    foreach (keys %formdata) {
       print "...$formdata{$_} ...";
    }