in reply to Re: help with arrays
in thread help with arrays
$ENV{ORACLE_HOME} = '/opt/OraHome9i/6iserver'; $ENV{REPORTS60_PATH} = '$ORACLE_HOME/repordmin/templates:$ORACLE_HOME/ +tools/devd em60/demo/reports'; if(&ReadParse(\%input)){ @args= ("/opt/OraHome9i/6iserver/bin/rwcli60", "report=$input{rpt}" , + "userid=rep_user/sinclair\@pmi", "server=rep60_kodiac", "destype=pri +nter", "desname=$input{desname}", "btch=$input{btch}", "subbtch=0", " +record=$input{record}"); &ProcessForm;} else{ die;} } sub ProcessForm { $retval = system("@args"); die "system failed: $?" unless $retval == 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: help with arrays
by suaveant (Parson) on Apr 20, 2001 at 23:57 UTC | |
by Prince99 (Scribe) on Apr 21, 2001 at 00:07 UTC | |
by chipmunk (Parson) on Apr 21, 2001 at 00:11 UTC | |
by Prince99 (Scribe) on Apr 21, 2001 at 00:43 UTC | |
by chipmunk (Parson) on Apr 21, 2001 at 00:48 UTC | |
|