Help for this page

Select Code to Download


  1. or download this
         if (UNIVERSAL::isa($self, __PACKAGE__)) {
             print "1st arg was object OR package name: ";
    ...
             print "1st arg is just an arg: ";
             $text = $self;
         };