SR has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: Meaning of $ special variables
by ikegami (Patriarch) on Mar 17, 2007 at 04:56 UTC
Re: Meaning of $ special variables
by grinder (Bishop) on Mar 17, 2007 at 06:52 UTC

    And just to complete ikegami's somewhat terse response, you don't need to be online to look this up, it's bundled with your copy of Perl. From the command line, you can run the command

    perldoc perlvar

    and get the documentation that corresponds to your installed version. On Unix-like systems, man perlvar usually works as well.

    • another intruder with the mooring in the heart of the Perl

Re: Meaning of $ special variables
by Joost (Canon) on Mar 17, 2007 at 12:41 UTC
Re: Meaning of $ special variables
by planetscape (Chancellor) on Mar 17, 2007 at 18:52 UTC
Re: Meaning of $ special variables
by agianni (Hermit) on Mar 17, 2007 at 15:23 UTC
    To make your own code more readable, consider using the English module, which allows you to use more understandable names for the special variables.
    split//,q{john hurl, pest caretaker}and(map{print @_[$_]}(join(q{},map +{sprintf(qq{%010u},$_)}(2**2*307*4993,5*101*641*5261,7*59*79*36997,13 +*17*71*45131,3**2*67*89*167*181))=~/\d{2}/g));