PATH:
usr
/
share
/
perl5
/
URI
package URI::_segment; # Represents a generic path_segment so that it can be treated as # a string too. use strict; use URI::Escape qw(uri_unescape); use overload '""' => sub { $_[0]->[0] }, fallback => 1; sub new { my $class = shift; my @segment = split(';', shift, -1); $segment[0] = uri_unescape($segment[0]); bless \@segment, $class; } 1;
[-] telnet.pm
[edit]
[-] ldapi.pm
[edit]
[-] _idna.pm
[edit]
[-] data.pm
[edit]
[-] _punycode.pm
[edit]
[-] Heuristic.pm
[edit]
[-] http.pm
[edit]
[-] ldaps.pm
[edit]
[-] rtspu.pm
[edit]
[+]
..
[-] tn3270.pm
[edit]
[-] _foreign.pm
[edit]
[-] sips.pm
[edit]
[-] https.pm
[edit]
[-] URL.pm
[edit]
[-] urn.pm
[edit]
[-] _generic.pm
[edit]
[-] Split.pm
[edit]
[-] nntp.pm
[edit]
[-] news.pm
[edit]
[-] _segment.pm
[edit]
[-] snews.pm
[edit]
[-] _userpass.pm
[edit]
[-] mms.pm
[edit]
[-] WithBase.pm
[edit]
[-] sip.pm
[edit]
[-] rsync.pm
[edit]
[-] ldap.pm
[edit]
[-] _query.pm
[edit]
[-] file.pm
[edit]
[-] rlogin.pm
[edit]
[-] Escape.pm
[edit]
[+]
urn
[-] _server.pm
[edit]
[-] ftp.pm
[edit]
[-] gopher.pm
[edit]
[-] ssh.pm
[edit]
[+]
file
[-] _login.pm
[edit]
[-] QueryParam.pm
[edit]
[-] IRI.pm
[edit]
[-] mailto.pm
[edit]
[-] rtsp.pm
[edit]
[-] pop.pm
[edit]
[-] _ldap.pm
[edit]