Help for this page

Select Code to Download


  1. or download this
      print TQIS::Primitive::typeis("1") ;
    > string
      print TQIS::Primitive::typeis(1) ;
    > integer
    
  2. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    SV*
    typeis( what )
            SV* what