webscripter
Programmer
Does anyone know how to use the system command to execute the indexer.pl file for perlfect search? I don't have a shell account. I want to pass the password parameter to the script with something like this:
my $rv = system("cd $instdir;perl indexer.pl password=zipzip"
;
Does this work?
Thanks
Tricia
yorkeylady@earthlink.net
my $rv = system("cd $instdir;perl indexer.pl password=zipzip"
Does this work?
Thanks
Tricia
yorkeylady@earthlink.net