Help for this page

Select Code to Download


  1. or download this
       $worksheetout->write_col( 0, 0, @$indata );
    
       # Should be:
       $worksheetout->write_col( 0, 0, $indata );
    
  2. or download this
        Not an array ref in call to write_col() at /tmp/pm876841.pl line 4
    +1
    
  3. or download this
        $worksheetout->write_col( 1, 0, @$sqldata );