hello,
There is something causing the following line to error...
only all I get is
How do i work out why the join is moaning?
I use
Any ideas?, what info do you wan't me to post to help?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
There is something causing the following line to error...
Code:
$xls.='"'.join('","',map{$$row{$_}}@head).'"'."\n";
only all I get is
Internet Explorer cannot display the webpage
How do i work out why the join is moaning?
I use
but no matter what i do I cannot get an actual error to display to give me a hint.use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
use warnings;
use strict;
Any ideas?, what info do you wan't me to post to help?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!