Help for this page
Select Code to Download
Select
or
download this
#!/usr/local/bin/perl -w # GOOD! open(HIPORT,"eq010125.txt");
Select
or
download this
open(HIPORT,"eq010125.txt") or die "Couldn't open file, $!";
Select
or
download this
$file = <HIPORT>;
Select
or
download this
@file = <HIPORT>;