Hi friends.
I am replacing a string using s///, in the following way:, but I only
need and exact string to be replaced, for example if I have a file with the
following strins:
amor
alto
a
bacho
And execute
~s/$name/#$name/gwhere $name is equal to "a", so I have #amor #alto #a b#acho But I want amor alto #a bacho Please help me. Because I need. Bye and have a good year. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
