carlosAlberto
IS-IT--Management
Hi all,
I'm fairly new to perl so i may be asking a simple question but here goes:
I have a perl file (file1) which during execution calls file2. As i understand it, once finished executing file2, control is passed back to file1.
Is there a method where control is NOT passed back to file1 after file2 has finished execution???? When file 1 reference file2 total control is passed over.
Thanks,
Carl.
I'm fairly new to perl so i may be asking a simple question but here goes:
I have a perl file (file1) which during execution calls file2. As i understand it, once finished executing file2, control is passed back to file1.
Is there a method where control is NOT passed back to file1 after file2 has finished execution???? When file 1 reference file2 total control is passed over.
Thanks,
Carl.