Help for this page

Select Code to Download


  1. or download this
    open(INPUT1, "file1");
    
    ...
            }
    }
    close(INPUT1);
    
  2. or download this
    my ($havar1, $havar2);
    open(INPUT1, "file1");
    ...
            }
    }