I need to do the same on solaris but pass separate sets of parameters 
(ultimately quoted properly) one of which is a serialized var created using 
data dumper.

$taskserialized looks like this
$VAR1 = {
          'TASKID' => '15459',
          'RUNONCE' => 'yes',
          'SERVER' => 'LOCALHOST',
          'TASK' => 'CHECKCM',
        };


so something like
   system("perl", "tasker.pl", "$taskserialized");

but this call also needs to fork to the background


Using & as 4th parameter does not produce the desired results and passing one 
parameter system("perl tasker.pl $taskserialized &") does not pass 
$taskserialized properly

TIA for assistance. 
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to