http://qs1969.pair.com?node_id=591229


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