View Single Post
  #1  
Old 11-25-2011, 07:58 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

So far, most of this is making a fair amount of sense. There is one thing in perlparser.cpp that is not making sense, this line.

Code:
 int	class_id = (int)SvIV(ST(0));
Class_id is something I am using, then everything to the right is a mystery.
Reply With Quote