Help for this page

Select Code to Download


  1. or download this
    @EasySetTableNames = @{$sqlCmd->selectcol_arrayref($sqlStatement)};
    
  2. or download this
    @EasySetTableNames = @{$dbh->selectcol_arrayref($sqlStatement)};
    
  3. or download this
    Can't use an undefined value as an ARRAY reference at C:\temp\test.pl 
    +line 29 (#1)
        (F) A value used as either a hard reference or a symbolic referenc
    +e must be a defined value.  This helps to delurk some insidious error
    +s.