[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Re: wml 2.0.7: ePerl printf
- From: Klaus Brand <nospam@thanx>
- Date: 31 Jul 2001 11:33:20 +0200
Hi Karl-Heinz,
Karl-Heinz Marbaise <kmarbaise@qis-systemhaus.de> writes:
[...]
> print $output;
> printf STDOUT '%02d:%02d:%02d UTC %04d', $hour, $min, $sec, $year;
>
> My questions is now, why does the simple print $output
> work correctley but the printf STDOUT does only produce
> "d:d:d UTC d" in output HTML file?
> Am I not allowed to use printf in ePerl?
It's because print and printf have a different syntax.
Try: printf STDOUT ("%02d:%02d:%02d UTC %04d", $hour, $min, $sec, $year);
Note the () and the quotes ".
HTH.
Klaus
--
Klaus Brand
Compaq Computer Corporation @ SAP LinuxLab
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com