http://www.perlmonks.org?node_id=353268


in reply to Perl Special Variables Quick Reference

For extra credit, document which ones are newer than 5.005_03, and when they were added :)
  • Comment on Re: Perl Special Variables Quick Reference

Replies are listed 'Best First'.
Re: Re: Perl Special Variables Quick Reference
by ambrus (Abbot) on May 14, 2004 at 19:34 UTC

    @+, @- somewhere near 5.6. Are there more?

    Update: maybe $0 too.