in reply to Strip bad characters from a string
$_ = <<STOP; 'foo' is in single quotes, "bar" is in double quotes, and there are carriage returns between STOP tr/'"\n//d; print;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Strip bad characters from a string
by AF_INET (Initiate) on Apr 11, 2000 at 21:45 UTC | |
by btrott (Parson) on Apr 11, 2000 at 22:04 UTC |