There are various options:
- change the called script into a module, and use functions from that module, passing arguments to these functions just like you normally do (preferred)
- Execute via system and pass the arguments as command line arguments
- Simply put the arguments into a global variable and restore them from there in the called script (discouraged)
Perl 6 - links to (nearly) everything that is Perl 6.