At 12:47 PM 4/17/2002 -0700, you wrote:
>On Wednesday, April 10, 2002, at 04:42 , Elaine -HFB- Ashton wrote:
^
is this supposed to be funny?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
On Wednesday, April 10, 2002, at 04:42 , Elaine -HFB- Ashton wrote:
> I always found the local, my, our mess pretty confusing and the best
> explanation is MJD's "Coping with Scoping"
>
> http://perl.plover.com/FAQs/Namespaces.html
>
> Make good note of the text in red :)
ok, I get the followin
From: Ahmed Moustafa <[EMAIL PROTECTED]>
> Elaine -Hfb- Ashton wrote:
> > I always found the local, my, our mess pretty confusing and the best
> > explanation is MJD's "Coping with Scoping"
> >
> > http://perl.plover.com/FAQs/Namespaces.html
> >
> > Make good note of the text in red :)
>
> Elai
On Saturday, April 13, 2002, at 04:45 , Ahmed Moustafa wrote:
> Elaine -Hfb- Ashton wrote:
>> I always found the local, my, our mess pretty confusing and the best
>> explanation is MJD's "Coping with Scoping"
>> http://perl.plover.com/FAQs/Namespaces.html
>> Make good note of the text in red :)
Elaine -Hfb- Ashton wrote:
> I always found the local, my, our mess pretty confusing and the best
> explanation is MJD's "Coping with Scoping"
>
> http://perl.plover.com/FAQs/Namespaces.html
>
> Make good note of the text in red :)
Elaine, thanks a lot for MJD's article. There is a great differ
Timothy Johnson [[EMAIL PROTECTED]] quoth:
*>
*>Here's the part I still don't understand, and maybe some of you can show me
*>the light. What is the difference between local() and my()? I have never
*>used local(), the only examples I've ever been given involve scoping $_, and
*>if I am ever tem
> Here's the part I still don't understand, and maybe some of
> you can show me the light. What is the difference between
> local() and my()? I have never used local(), the only
> examples I've ever been given involve scoping $_, and if I am
> ever tempted to do that, I can usually trace it
Here's the part I still don't understand, and maybe some of you can show me
the light. What is the difference between local() and my()? I have never
used local(), the only examples I've ever been given involve scoping $_, and
if I am ever tempted to do that, I can usually trace it back to a bad