Help for this page

Select Code to Download


  1. or download this
        if ( ref($row->[7]) eq "HTML::ElementTable::DataElement" )
        {
            print $row->[7]->as_text;
        }
    
  2. or download this
    use Scalar::Util 'blessed';
    
    ...
        {
            print $row->[7]->as_text;
        }