Roger Grosswiler wrote:

>hi again, thanks to you, i got it with my date. so 1st point is out. i
>still have a short problem, as i should get my date back in the format
>ddmmyy and i get it in d m y (with %2d, but how to handle in vars....)

How about

$lt2mday = sprintf("%02d", $lt2mday);

perldoc -f sprintf

- Jan
-- 
There's no place like ~/

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to