Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Adding Default Values [for BEGINNERS]

by GrandFather (Saint)
on Dec 21, 2006 at 23:40 UTC ( [id://591229]=note: print w/replies, xml ) Need Help??


in reply to Re: Adding Default Values [for BEGINNERS]
in thread Adding Default Values [for BEGINNERS]

Adding use strict; requires that you declare variables using my. For example in:

my ($Drivers, $Points_Rank, $TotalPts, $Behind, $Starts, $Poles, $Wi +ns, $Top5, $Top10, $DNF, $Winnings) = split /\,/, $line;

the my is required.


DWIM is Perl's answer to Gödel

Log In?
Username:
Password:

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

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

    No recent polls found