Try:
open(PBXFILE, '<', "c:\/gabi\/global_address.txt") || die "cannot open +: $!"; my @datafile = <PBXFILE>; foreach my $line (@datafile) { $line =~ s/"//g; #Thanks, almut print $line; }
In reply to Re: eliminate quotes
by Lawliet
in thread eliminate quotes
by quasimodem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |