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
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

