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.