Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: aliasing arrays using typeglob under strict

by Anonymous Monk
on Feb 08, 2013 at 02:13 UTC ( [id://1017746]=note: print w/replies, xml ) Need Help??


in reply to aliasing arrays using typeglob under strict

local or even Data::Alias
#!/usr/bin/perl -- use strict; use warnings; ff([ 1..9 ]); sub ff { our @ar; local *ar = shift; say int @ar }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-19 02:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found