Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Relative URI

by ikegami (Patriarch)
on Apr 21, 2011 at 23:58 UTC ( [id://900739]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    is($uri->rel($base1), $uri->rel($base2));
    
    1;
    
  2. or download this
    1..1
    not ok 1
    ...
    #          got: '../../../y'
    #     expected: '../y'
    # Looks like you failed 1 test of 1.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://900739]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-03-28 16:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found