Hello,
I am importing an EmbPerl file into another (foo.epl) via
[- Execute ({ inputfile => 'bar.epl', import=>1 }) -]
foo.epl contains a set of subroutines. The main sub in bar.epl is called in
foo.epl. This sub then calls other subs within bar.epl
The problem I am having is passing an reading an array of parameters between
the subs with bar.epl
In the main sub (bar.epl):
$html_body = parse_body($html_body, 'HTML');
in sub parse_body(also bar.epl):
my $p = shift;
$html_bd = $p->[0];
$method = $p->[1];
But these values are empty
Can anyone help?
Stephane de Fontaine
Software Developer
Commission Junction
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]