in reply to Re^2: Command Line Regex
in thread Command Line Regex

Only talking about a safe and robust way to do it. Using a function from a module (even your own module) is more readable and usually less error prone - like forgetting to put an e in the right place.

PS: why the POD formatting instead of following Writeup Formatting Tips? Is there some functionality in PM that I missed?

Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf

Don't fool yourself.

Replies are listed 'Best First'.
Re^4: Command Line Regex
by parv (Parson) on Apr 07, 2006 at 16:19 UTC

    The code in *uri_unescape()* method is no more robust or safe than what OP would have after fixing some errors. I grant you that if one is going to do the same work many times, one just may as well use the module.

    As to POD formatting, there is no more "functionality in PM" than you see.