Re: Perl can't find my files

2002-10-11 Thread Gerrit P. Haase
Alan schrieb: > I wrote a perl program which uses the construct > while (<>) { > } > If I run this script from the directory in > which it resides, and the files whose names > are passed as arguments reside in a > subdirectory, everything works fine. > Otherwise I get the following erro

Perl can't find my files

2002-10-10 Thread Alan Westhagen
I wrote a perl program which uses the construct while (<>) { } If I run this script from the directory in which it resides, and the files whose names are passed as arguments reside in a subdirectory, everything works fine. Otherwise I get the following error message: Can't open : No suc