Util.pm: new url_path utility function
commitceb16dfa37ee3a302c97788777fe17c09605af20
authorKyle J. McKay <mackyle@gmail.com>
Fri, 5 Jul 2013 23:50:09 +0000 (5 16:50 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 8 Jul 2013 09:43:00 +0000 (8 02:43 -0700)
treeef8f02197e9a495c0de6a3bc71e4d053e69ef330
parentdbadbd75efe1b7ca5845cbafd3fb5d40d2c25bd4
Util.pm: new url_path utility function

The new url_path function returns just the path portion
(everything after host:port) if passed as URL otherwise
it returns the passed in argument.
Girocco/Util.pm