
japhy
Enthusiast
Mar 27, 2000, 7:24 PM
Post #2 of 4
(413 views)
|
Apparently, you're not telling Perl to read the file "file.pl". Perhaps you're doing something like: <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> require "$this.pl"; # and $this is actually empty </pre><HR></BLOCKQUOTE> Check your code for simple typos. And whatever file it is you're requiring, please be sure the last line of the file is: 1;
|