$line =~ s/"//;
Or s/"//g, if there's more than one quote per line.
tr/"//d (note the d) would work just as well, though.
In reply to Re^2: eliminate quotes
by almut
in thread eliminate quotes
by quasimodem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |