[pgh-pm] Can't find file

Michael G Schwern schwern at pobox.com
Tue Apr 12 12:54:48 PDT 2005


On Tue, Apr 12, 2005 at 09:53:12AM -0400, Weber, Larry A wrote:
> I have two PC's:
> 1. Windows XP - Perl 5.8.4 (script was written and tested on this pc)
> 2. Windows 98 - Perl 5.8.0

Obligatory suggestion... upgrade Perl on that 98 machine.


>       open INFILE, $_ or die "Drainbamage could not open input file $_\n";

Check what $! is, it might say something useful.

	open INFILE, $_ or die "Could not open input file $_: $!\n";



More information about the pgh-pm mailing list