Re: Learning Perl ex8-5

2011-09-26 Thread Jim Gibson
At 9:57 PM -0500 9/26/11, Chris Stinemetz wrote: I am having some difficulty completing this exercise from llama book. Maybe someone can explain memory variables to me when working with regular expressions. The exercise: Modify the program from the previous exercise so that immediately follow

Learning Perl ex8-5

2011-09-26 Thread Chris Stinemetz
I am having some difficulty completing this exercise from llama book. Maybe someone can explain memory variables to me when working with regular expressions. The exercise: Modify the program from the previous exercise so that immediately following the word ending in "a" it will also capture up

Re: @INC [SOLVED]

2011-09-26 Thread Rob Dixon
On 26/09/2011 17:26, Uri Guttman wrote: but you still asked why @INC didn't load the module. it wasn't a LOADING issue at all. you never eliminated that logic branch and so most of the effort was wasted on why @INC wasn't working. you never mentioned File::Find until much later. that is the less

Re: @INC [SOLVED]

2011-09-26 Thread Uri Guttman
> "MM" == Mike McClain writes: MM> On Sat, Sep 24, 2011 at 02:45:20PM -0400, Uri Guttman wrote: MM> >> >> On Sep 23, 2011 1:00 AM, "Mike McClain" wrote: >> >> > On my system @INC doesn't include /usr/share/perl/5.8.8/ >> >> > even though there are nearly 1000 files there. >> >>

Re: @INC [SOLVED]

2011-09-26 Thread Mike McClain
On Sat, Sep 24, 2011 at 02:45:20PM -0400, Uri Guttman wrote: > >> On Sep 23, 2011 1:00 AM, "Mike McClain" wrote: > >> > On my system @INC doesn't include /usr/share/perl/5.8.8/ > >> > even though there are nearly 1000 files there. > >> > Can anybody tell me where @INC is set. > >> > >