On Thursday 1 July 1999, at 14 h 1, the keyboard of John Lapeyre 
<[EMAIL PROTECTED]> wrote:

> > Why does a simple perl script need to depend on perl at all? Does it use
> > things not in perl-base?
> 
> I'm not sure what constitutes 'simple'.
> This is from /usr/bin/dupload :

> use Cwd;    

In perl-base
            
> use Getopt::Long;       

In perl

> use File::Basename;

In perl-base

> use Net::FTP;           Not there

In libnet-perl. dupload depends on it. 

> use English;            Not there

In perl


Reply via email to