Help for this page

Select Code to Download


  1. or download this
    $self->stripper('fqdn', $url); # www.domain.com
    $self->stripper('regdn', $url); #domain.com
    
  2. or download this
    sub stripper {
            my $type = shift;
    ...
                return $regdn;
            }
    }