join and parenthesis. Is this a bug?

2009-03-03 Thread freefox
{', '}, @strings) . q{')}; print "$string1\n"; print "$string2\n"; Output: ('2') ('foo', 'bar') Anyone who knows/understands why? Best regards, freefox -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: clock in perl

2008-08-13 Thread freefox
On 12 Aug, 10:01, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > can any body tell me how to make clock in perl/mason You have to be more specific about what you are trying to accomplish. Try to start out at http://perldoc.perl.org and see what you can find. Best regards. -- To unsubsc