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]