in reply to Re: URGTENT: Need to remove undescore characters
in thread Replacing underscore characters with whitespace
then called $string instead of $survey in the html title simple huh?? see you around and thanks for everyone who posted. p.s. when the boss gives me a few minutes to breath Ill read the links as suggested. Mark R$String = "$survey"; $String =~ s/_/ /g;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: URGTENT: Need to remove undescore characters
by u914 (Pilgrim) on Jun 14, 2002 at 13:42 UTC |