Re: String with no contents and length of 21

2002-05-14 Thread John W. Krahn
Craig Moynes/Markham/Ibm wrote: > > Somehow I got myself into a pickle. > > I have a string being set by a command that is executing (and the command > is failing). I strip out the newline characters. > The length is returned as 21, when split into an array the size is 21. Yet > when I try: > p

Re: String with no contents and length of 21

2002-05-14 Thread Craig Moynes/Markham/IBM
PROTECTED] M@IBMCA cc: Subject: String with no contents and length

RE: String with no contents and length of 21

2002-05-14 Thread Crook, Richard W
try die $returned; just before the other code and you'll probably find nothing is being passed to $returned -Original Message- From: Craig Moynes/Markham/IBM [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 12:30 PM To: [EMAIL PROTECTED] Subject: String with no contents and l

RE: String with no contents and length of 21

2002-05-14 Thread Timothy Johnson
Perhaps you should post a little more code. I can't tell what the deal is from what you've given us. -Original Message- From: Craig Moynes/Markham/IBM [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 12:30 PM To: [EMAIL PROTECTED] Subject: String with no contents and le

String with no contents and length of 21

2002-05-14 Thread Craig Moynes/Markham/IBM
Somehow I got myself into a pickle. I have a string being set by a command that is executing (and the command is failing). I strip out the newline characters. The length is returned as 21, when split into an array the size is 21. Yet when I try: print "!$returned!\n"; I get returned: !! Any id