in reply to RE: RE: Re: Alternative to NET::FTP
in thread Alternative to NET::FTP

I was hoping that it instructs the interpreter to 'use' FTP.pm. If I really DID know what it meant, I wouldn't have asked for help :) If you know what it does, then can you please correct the errors of my ways? I first set my novice eyes on a Perl script a mere 2 weeks ago and I am not, nor ever will, claim to be a programming guru. I was just asking for help.
  • Comment on RE: RE: RE: Re: Alternative to NET::FTP

Replies are listed 'Best First'.
RE: RE: RE: RE: Re: Alternative to NET::FTP
by merlyn (Sage) on Jun 20, 2000 at 02:20 UTC
    It means you should check the output of perldoc lib a little more closely. The lib pragma adds directories to @INC, but doesn't actually pull any library in.

    -- Randal L. Schwartz, Perl hacker