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

Re: declare/initialize variables at bottom of script?

by AnomalousMonk (Archbishop)
on Jun 11, 2013 at 22:13 UTC ( [id://1038354]=note: print w/replies, xml ) Need Help??


in reply to declare/initialize variables at bottom of script?

If you want to go old-school, there's also the vars pragma for declaring package variables (which is what you get with our):
    use vars qw($scalar @array %hash $etc);

But I must say I second BrowserUk's preferred practice and would echo his question: what advantage do you see for doing it your way?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1038354]
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: (8)
As of 2024-04-23 09:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found