Help for this page

Select Code to Download


  1. or download this
    if( $value->isa( "Node" ) ) {
       # It's okay to put $value into the parent attribute
    }
    
  2. or download this
    $obj->parent( 0 );
    is( $obj->parent, undef );
    
  3. or download this
    if( ref( $value ) && ref( $value ) ne "SCALAR" && ref( $value ) ne "AR
    +RAY" && ref( $value ) ne "HASH" && $value->isa( "Node" ) ) {