Sep 11, 2003 #1 TTMTech Programmer Feb 5, 2003 29 US Hi How to add special character "," or ";" into perl string variable. my $str = "abc"; $str.=",xyz"; then it gives error. Thanks in advance.
Hi How to add special character "," or ";" into perl string variable. my $str = "abc"; $str.=",xyz"; then it gives error. Thanks in advance.
Sep 11, 2003 #2 icrf Programmer Dec 4, 2001 1,300 US That should work just fine, what's the error it gives you? ---------------------------------------------------------------------------------- ...but I'm just a C man trying to see the light Upvote 0 Downvote
That should work just fine, what's the error it gives you? ---------------------------------------------------------------------------------- ...but I'm just a C man trying to see the light