Help for this page

Select Code to Download


  1. or download this
    # this is wrong, note new($x)!! abs($y) it should be the reverse
    my $u = URI->new($x); # this is wrong
    print $u->abs($y), "\n"; # this is wrong