NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Have you tried open -W (Score:1)
-W Causes open to wait until the applications it opens (or that were already open) have exited. Use with the -n flag to allow open to function as an appropriate app for the $EDITOR environment variable.Reply to This
Re: (Score:1)
Thank you for noticing the mote in my eye!
rjbs
Re: (Score:1)
I've asked myself the very same question many times, but the
-Wswitch must be new in 10.5. On 10.4.11, there's no mention of-Win the open(1) man page, and neither does the command itself seem to recognize the switch.