Help for this page

Select Code to Download


  1. or download this
    use URI qw( );
    
    my @segments = URI->new($url)->path_segments();
    utf8::decode($_) for @segments;