On 2/14/06, Chas Owens <[EMAIL PROTECTED]> wrote: > On 2/14/06, Wolcott, Kenneth A <[EMAIL PROTECTED]> wrote: > > Hi; > > > > What is the correct path separator for "use lib" in a Perl program on > > Windoze when I have multiple paths? > > Multiple "use lib" statements: > > use lib "/usr/local/perl"; > use lib "/opt/perl"; > use lib "~/perl"; snip
You can also say use lib "/usr/local/perl", "/opt/perl", "~/perl"; but I prefer listing them separately so they can be easily commented out. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>