Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: typglob problem

by nagalenoj (Friar)
on Mar 18, 2009 at 04:15 UTC ( [id://751352]=note: print w/replies, xml ) Need Help??


in reply to typglob problem

Dear Monk, Try the below,
use strict; use warnings; our $cure = "cure"; our @cure = ('one', 'two', 'three'); &cure(*cure); sub cure { my $new = shift; print "$$new"; print "@$new"; }

I hope, you would have understood by seeing the code. Yes, ofcourse my variables won't available in symbol table.

Also, read the Variables and Scoping tutorials for more.

Log In?
Username:
Password:

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

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

    No recent polls found