in reply to possible newbie question
$path{megatron}{ftp}='/path/1'; $path{otherron}{http}='/path/2'; $server = shift && $service = shift || die "must input server and service"; $variable_name = "${server}_${service}_path"; $$variable_name = $path{$server}{$service};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: possible newbie question
by Anonymous Monk on May 19, 2000 at 04:16 UTC |