|
from the commandline
cd to the directory containing rsapi.pl
then
perl rsapi.pl prem filename login password
or
/usr/bin/perl /location/to/rsapi.pl prem /location/to/filename login password
if you need to run it from within another script then use backticks or an exec call, and make sure you sanitize any inputs
|