open(PBXFILE, "c:\/gabi\/global_address.txt") || die "cannot open: $!"; while () { chomp; @datafile=; foreach $line (@datafile) { {tr/"//} print $line; } }