uawdijnntqw1x1x1
IP : 3.146.152.203
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
usr
/
share
/
locale
/
mos
/
.
/
..
/
kpe
/
..
/
arc
/
..
/
..
/
perl5
/
URI
/
urn
/
..
/
..
/
URI
/
_segment.pm
/
/
package URI::_segment; # Represents a generic path_segment so that it can be treated as # a string too. use strict; use warnings; use URI::Escape qw(uri_unescape); use overload '""' => sub { $_[0]->[0] }, fallback => 1; our $VERSION = '1.73'; $VERSION = eval $VERSION; sub new { my $class = shift; my @segment = split(';', shift, -1); $segment[0] = uri_unescape($segment[0]); bless \@segment, $class; } 1;
/home/../usr/share/locale/mos/./../kpe/../arc/../../perl5/URI/urn/../../URI/_segment.pm