<font face="courier new,monospace">A hopefully quick question...<br><br>I have a bunch of programs, and I'd like to do a test on where I execute each<br>program, but before it actually 'does stuff', but after its done all of its<br>'use' statements, it runs my 2 lines of code.<br><br>Sort of doing a:<br>perl -e INIT { code } filename<br><br>but a -e prevents the running of filename!<br><br>I want to do both.<br><br>Suggestions anyone ?<br><br><br></font>