| 
 $rewards{$class}
 if you want to find simple mistakes like this just open a command prompt in the folder that has the perl script and just type...
 
 perl -cw scriptname.pl
 
 
 This will show any errors as well as give warns like... how you are using a variable that is undefined because of a typo
 			 Last edited by NatedogEZ; 02-03-2022 at 12:19 PM..
 |