At 09:54 1999-03-23 -0400, Arved Sandstrom wrote: >If you want to call another script, just "require" it. > >You can set up @ARGV yourself any time you like any place in any script. >It's just an array, after all. So if you populate @ARGV with filenames >before "require"ing your other script, and that script does A based on >nothing in @ARGV, and B based on something in @ARGV, it should work out. Yes - the reason I haven't done something like this is that the script embedded in the source control app is (a) moderately big, (b) written by others in the company years ago, (c) not designed to be reused. And I naively believed that running an application from Perl would be easy! But now I am reaching a level of frustration with AppleScript where hacking the source control system on which my employer's survival depends begins to seem like the more attractive option ... Peter. ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org