Hi. Can anyone see anything wrong with this line;
my $date = localtime();
If I use
my $date = "";
...the script runs fine. However, when using the top example, I get errors;
[Sat May 24 03:35:27 2003] [error] [client 172.190.49.169] malformed header from script. Bad header= Tahoma-ISO Tahoma-ISO T: /home/bn123/bn123.net/www/index.cgi
GNU Ghostscript 7.05: Unrecoverable error, exit code 1
GNU Ghostscript 7.05: Unrecoverable error, exit code 1
Anyone got any ideas? If needed, I'll post the whole routine....but I know for a fact th#e routine works fine without the localtime() call
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
my $date = localtime();
If I use
my $date = "";
...the script runs fine. However, when using the top example, I get errors;
[Sat May 24 03:35:27 2003] [error] [client 172.190.49.169] malformed header from script. Bad header= Tahoma-ISO Tahoma-ISO T: /home/bn123/bn123.net/www/index.cgi
GNU Ghostscript 7.05: Unrecoverable error, exit code 1
GNU Ghostscript 7.05: Unrecoverable error, exit code 1
Anyone got any ideas? If needed, I'll post the whole routine....but I know for a fact th#e routine works fine without the localtime() call

Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!