Help for this page

Select Code to Download


  1. or download this
    # ... DBI stuff ... grab row with binary datatype
    $parent_hex = '0x0' . unpack("H*",$row->{parentid});
    
  2. or download this
    if ( !$parent_hex ) {
         #do something
    ...
    else {
         #do something different
    }