RE: Location of Perl libraries

2010-05-27 Thread Bob McConnell
From: Marilyn Sander > On May 26, 2010, at 3:35 PM, Shawn H Corey wrote: >> On 10-05-26 05:41 PM, Marilyn Sander wrote: >>> What would be the preferred practice here? >> >> See `perldoc lib` >> > Thanks, this document just explains about @INC. I already > know how to use @INC. My question was

Re: Location of Perl libraries

2010-05-27 Thread Eric Veith1
Hello Marilyn, Marilyn Sander wrote on 05/27/2010 01:28:58 AM: > Thanks, this document just explains about @INC. I already know how to > use @INC. My question was about "normal", "standard", or "best" > practice for placement of scripts and Perl libraries on Windows. The > default setup for A

Re: Location of Perl libraries

2010-05-26 Thread Marilyn Sander
On May 26, 2010, at 3:35 PM, Shawn H Corey wrote: > On 10-05-26 05:41 PM, Marilyn Sander wrote: >> What would be the preferred practice here? > > See `perldoc lib` > > > -- > Just my 0.0002 million dollars worth, > Shawn > Thanks, this document just explains about @INC. I already know

Re: Location of Perl libraries

2010-05-26 Thread Shawn H Corey
On 10-05-26 05:41 PM, Marilyn Sander wrote: What would be the preferred practice here? See `perldoc lib` -- Just my 0.0002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. The secret to great software: Fail early & often.

Location of Perl libraries

2010-05-26 Thread Marilyn Sander
Hi, Perl Experts. I'm writing some Perl scripts that are for driving the build of some software for my company. The build runs on Windows machines. We have several build machines, and they will all use the same scripts and same Perl modules. Now, I'm not a Windows person; I'm much more accus