Help for this page

Select Code to Download


  1. or download this
    <HTML><HEAD>
    <BODY>
    ...
    Manages People: <SELECT name=ManagesPeople> <OPTION value=Yes 
      selected>Yes<OPTION value=No>No</OPTION></SELECT> 
    <P><INPUT type=submit value=View name=Query></P></FORM></BODY></HTML>
    
  2. or download this
    #!c:/perl/bin/perl.exe -w
    
    ...
            $string =~ s/[^A-Za-z0-9%]//g;
            return $string;
          }