<div dir="ltr"><div>How about:<br><br></div>    perl -e "INIT { code }; do $filename"<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 24 October 2014 13:07, Fulko Hew <span dir="ltr"><<a href="mailto:fulko.hew@gmail.com" target="_blank">fulko.hew@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>
<br>_______________________________________________<br>
toronto-pm mailing list<br>
<a href="mailto:toronto-pm@pm.org">toronto-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/toronto-pm" target="_blank">http://mail.pm.org/mailman/listinfo/toronto-pm</a><br>
<br></blockquote></div><br></div>