Help for this page

Select Code to Download


  1. or download this
    if(ref($me) && UNIVERSAL::isa($me,'my_class_name')) {
    
  2. or download this
    if(defined($me) && UNIVERSAL::isa($me,'my_class_name')) {