Help for this page

Select Code to Download


  1. or download this
    while (<>) {
            if ($str eq "") {
    ...
               $str = $str . "," .  "'" . substr($line,0,$x) . "'";
            }
    }
    
  2. or download this
    @array = ($str);
    print $query->start_multipart_form("POST","printFields");
    ...
                                 -value=>[ @array ]);
    print $query->submit('doWhat','Print Fields');
    print $query->end_form;
    
  3. or download this
        @array = ($str);
    
  4. or download this
        @array = ('Date','Forename','Middle','School');