gjoshi has asked for the wisdom of the Perl Monks concerning the following question:
I want to extract special characters in the string. for example I have string like: $str = "Range is <= 4%" Now from this string i would like to find out "<=".But this time is "<=" next time it would ">=". So it is not fixed.
thanks --girija
|
|---|