Help for this page

Select Code to Download


  1. or download this
    sub parse {
        if ( $_[0] and $_[0] eq __PACKAGE__ or ref $_[0] eq __PACKAGE__ ) 
    +{
    ...
            );
        }
    }