RE: Replacing printf by print

2005-07-22 Thread pradeep.goel
Thanks a million. Best Regards, Pradeep -Original Message- From: Jeff 'japhy' Pinyan [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 6:00 PM To: Pradeep Goel (WT01 - TELECOM SOLUTIONS) Cc: beginners@perl.org Subject: RE: Replacing printf by print On Jul 22, [EMAIL PROTECTED] said:

RE: Replacing printf by print

2005-07-22 Thread pradeep.goel
That's the whole problem. I am replacing it since there are some % sign in the strings being passed making the program crash. Replacement solves the problem as such, but wanted to countercheck, If these replacements could create any problem anywhere else! , or lator in the program? (Although I don

Replcaing printf by print

2005-07-22 Thread pradeep.goel
Hi, Does replacing printf by print make any difference in the program? Especially at places where there is no format string passed or just $_ is passed? Regards, Pradeep Confidentiality Notice The information contained in this electronic message and any attachments to this message are inte