in reply to Re: passing hash ref to a function
in thread passing hash ref to a function

If you need to "run another script" within "a script," and you find that it actually matters to you that the script in question is a Perl script, versus any-ol' executable that you might wish to run on some system somewhere, then I would frankly suggest that you are dealing with a broken-design that needs to be "properly fixed, once and for all."