# *** # * Access HiQ4200 CLI in expert mode my($chld_out, $chld_in); my $pid = open2($chld_out, $chld_in, '$RTP_HOME/bin/RtpAdmCli -u srx -x'); # *** # * Create the SOAP export file print $chld_in ("soapExport \"-f=$SOAP_EXP_PATH/expEP%Y%m%d.txt -NM=Endpoint\"", localtime); # Wait for the process to finish waitpid( $pid, 0 );