Help for this page

Select Code to Download


  1. or download this
    package Utils::Agent;
    
    ...
        return $Destination;
    }
    
  2. or download this
    use Utils::Agent;
    use Data::Config;
    ...
    my $utils = new Utils::Agent;
    
    $utils->SetDestination(ref($config));