Help for this page

Select Code to Download


  1. or download this
    for ($i=0; $i < $lines1; $i++) {
    
        print "Name $i is $data_names[$i]<p\/>";
    ...
        
        close (FH);
    }
    
  2. or download this
    #!/usr/bin/perl -Tw
    #####################################
    ...
    print '</body';
    #####################################
    #exit;