Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: (nearly) readonly globals

by Corion (Patriarch)
on Jan 19, 2009 at 20:35 UTC ( [id://737396]=note: print w/replies, xml ) Need Help??


in reply to Re^2: (nearly) readonly globals
in thread (nearly) readonly globals

Yes - see local, resp. the documentation referenced by it, Private Variables via my() in perlsub.

Replies are listed 'Best First'.
Re^4: (nearly) readonly globals
by haoess (Curate) on Jan 26, 2009 at 18:49 UTC

    I don't give up:

    % bleadperl -Mstrict -wE 'for $1 ( 10..13 ) { say $1 }' 10 11 12 13

    And now, these globals loose their magic:

    % bleadperl -Mstrict -wE 'for $1 ( 10..13 ) { $1 =~ /^(\d)/; say $1 }' 10 11 12 13

    -- Frank

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://737396]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-03-29 05:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found