- or download this
if (m/\<!-- Begin Perl Block --\>/i)
{
my $perlcode = '';
...
# Execute the anonymous sub
$_ = &{eval $perlcode;};
}
- or download this
<!-- Begin Perl Block -->
sub
...
return $text;
}
<!-- End Perl Block -->
- or download this
sub
{
$text = '';
...
return $text;
}
- or download this
sub
{
$text = '';
...
return $text;
}