- or download this
#!/usr/bin/perl
use strict;
...
my $line=<ARPFILE>;
print $line;
- or download this
Bareword "ARPFILE" not allowed while "strict subs" in use at testFileR
+emote.pl line 8.
- or download this
#!/usr/bin/perl
use strict;
...
my $line=<FIN>;
print $line;
- or download this
$rp->open(*ARPFILE....