Can somebody tell what is wrong with this.

I tried single quote (') in place of double quote(") neither of them work.

for ($i = 0; $i < @clm_types; $i++)
{
    @temp_str = grep (/$_/,@env_desc);
    @fields = split (/,/,$temp_str[@temp_str - 1],4);
    $env_final[$i] = join (/","/,$fields[1],$fields[2],@temp_str - 1);
}

/","/ 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]

Reply via email to