mnlight has asked for the wisdom of the Perl Monks concerning the following question:
my $dir=sprintf("%s/%s/%s/%s/%s", $params->get("Backup.Root.Dir"), $server, $params->get("Server.Name"), $cltdb, $type); my $remotecmd = `rsh $server mkdir -p $dir` or $app->error($FATAL,"Can't make directory [ $dir ]::$DBI::errstr +");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Creating path on remote host
by jeffa (Bishop) on Feb 19, 2003 at 15:25 UTC | |
|
Re: Creating path on remote host
by steves (Curate) on Feb 19, 2003 at 15:46 UTC |