millan123 has asked for the wisdom of the Perl Monks concerning the following question:
Came to know $* is deprecated. But not able find what does it mean.please let me know what does it work and which special variable is used in place of $* in higher versions of Perl.$old = $*; $* =1;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: use of $*
by moritz (Cardinal) on Aug 01, 2014 at 08:40 UTC | |
Re: use of $*
by GrandFather (Saint) on Aug 01, 2014 at 08:41 UTC | |
Re: use of $*
by ikegami (Patriarch) on Aug 01, 2014 at 11:50 UTC | |
| |
Re: use of $*
by davido (Cardinal) on Aug 01, 2014 at 14:49 UTC | |
by Laurent_R (Canon) on Aug 01, 2014 at 18:49 UTC |