http://www.perlmonks.org?node_id=62674


in reply to How to continue a script after using a system call without the system call has been closed

you can also do either:
system("start notepad test.txt");
or
`notepad test.txt`;