View Single Post
  #2  
Old 02-02-2022, 08:39 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

$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..
Reply With Quote