in reply to Re: I need a simple explantion of the difference between my() and local()
in thread I need a simple explantion of the difference between my() and local()

Says wardk:
Seven Useful Uses of local
That article is useless. Nobody should read it.

--
Mark Dominus
Perl Paraphernalia

  • Comment on Re: I need a simple explantion of the difference between my() and local()

Replies are listed 'Best First'.
Re (tilly) 2: I need a simple explantion of the difference between my() and local()
by tilly (Archbishop) on May 03, 2001 at 01:00 UTC
    Au contraire.

    It is an extremely useful article. Among other things it explains very clearly why many things that people think they have to use local for don't need it after all. It is therefore useful as a way of explaining to people who are mistakenly using local.

    I consider this valuable.