in reply to Replacing underscore characters with whitespace
How embarassed will you be if your script allows someone to crack the machine and use it as a kidporn or war3z trading server?
Anyhow, just so you can fix your current "URGTENT" urgent problem (and right after that, read the links provided by the good monks).
translated, that's "variable becomes substitute /(underscore)/ with /(space)/ globally$variable =~ s/_/ /g;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: URGTENT: Need to remove undescore characters
by markinoz (Initiate) on Jun 14, 2002 at 02:39 UTC | |
by u914 (Pilgrim) on Jun 14, 2002 at 13:42 UTC |