Kathryn Tate wrote:
How does one signal to the compiler that the EOF has been reached when writing a library file?
Hello,
Foo.pm:
package Foo; ... 1;
Then in your script use Foo;
the 1; returns true so use knows it was successful :)
HTH
Lee.M - JupiterHost.Net
Thanks, Kathryn
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>