Skip to content

Instantly share code, notes, and snippets.

@yko
Created December 28, 2010 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yko/757150 to your computer and use it in GitHub Desktop.
Save yko/757150 to your computer and use it in GitHub Desktop.
perl -MMojo::URL -e 'my $x = Mojo::URL->new("http://x.com:9999/c/p/?addr=asfp"); $x->path->trailing_slash(0)->append('bar'); print $x . "\n"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment