View Single Post
  #3  
Old 04-16-2009, 08:03 PM
Justsomeguy
Fire Beetle
 
Join Date: Apr 2005
Posts: 7
Default

hashes are now used instead of the old $porter restricted vars. Consider using $qglobals{porter} as the old method is deprecated. Using the new way does not require you to use all of the $porter = undef; as there are many potential errors when using that.

example:

Code:
 if ($qglobals{porter} >= 50) {
Reply With Quote