"Beginner" schreef:
> Adriano Ferreira:

>>     use lib qw(/etc/perl);
> 
> use lib ('/etc/perl');

The idiom adivised by Adriano is more flexible. 

See `perldoc lib`.

Example:

     use lib qw(
         /usr/local/cvs_tree/lib
         /etc/perl
     );

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to