Unsure of what you trying to do? What are you expecting? The separator for join is just a value and by trying / you are looking at it like a split.
What does your input look like? What is your output expected? Sorry, but unsure what you are really trying to do. Wags ;) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 14, 2002 09:52 To: [EMAIL PROTECTED] Subject: Why does this code fail? - Sorry here are the line numbers.. Can somebody tell what is wrong with this. I tried single quote (') in place of double quote(") neither of them work. 184 for ($i = 0; $i < @clm_types; $i++) 185 { 186 @temp_str = grep (/$_/,@env_desc); 187 @fields = split (/,/,$temp_str[@temp_str - 1],4); 188 $env_final[$i] = join (/","/,$fields[1],$fields[2],@temp_str - 1); 189 } /","/ should probably be written as "","" at loadstats1.pl line 188. Satya Devarakonda IS - EDI Tufts Health Plan Tel: 617-923-5587 X 3413 Fax: 617-923-5555 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ********************************************************** This message contains information that is confidential and proprietary to FedEx Freight or its affiliates. It is intended only for the recipient named and for the express purpose(s) described therein. Any other use is prohibited. **************************************************************** -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]