Help for this page

Select Code to Download


  1. or download this
    package TEST;                           # The Class
    
    ...
    }
    
    tst();
    
  2. or download this
    {
        use warnings;
    ...
        $x->blo;
    } at d:/exp/deparse_type.pl line 11.
    Can't locate object method "blo" via package "TEST" at d:/exp/deparse_
    +type.pl line 23.