in reply to MS Forking Blues

system( 1, $bi )

Too bad a portable way to "spawn" isn't provided for Perl scripts despite one being available in Perl's C code. The above trick only works in "DOSish" operating systems.

- tye