and guts.pl might look like:#!/usr/bin/perl use SOME::Module; my $blah = new SOME::Module; $blah->start; use 'guts.pl'; $blah->end; exit;
I know this code is useless and wont work, it's just to help explain my question :)#!/usr/bin/perl my %data = ( lots of data ); foreach (keys %data) { $main::blah->calc($_); } exit;
In reply to include file "inline" by rsiedl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |