Help for this page

Select Code to Download


  1. or download this
       $type = ref( $_[0] ) if $type eq 'REF';
  2. or download this
    if( $type eq 'GLOB' ){
       return <$_[0]>;
    elsif( isa.....