Execute ({inputfile => $filename, param => $href }) ;
But when I do, I get: [Wed May 21 22:51:38 2003] [notice] child pid 2166 exit signal Segmentation fault (11)
Is what I'm trying to do possible?
I believe what you want is:
Execute({inputfile => $filename, param => [$href]});
and then in the called routine
[- $href = shift -] -- Kee Hinckley http://www.messagefire.com/ Anti-Spam Service for your POP Account http://commons.somewhere.com/buzz/ Writings on Technology and Society
I'm not sure which upsets me more: that people are so unwilling to accept responsibility for their own actions, or that they are so eager to regulate everyone else's.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]