If you just wanna do "including" in a global - something like this should work:
do_custom_include
Code:
sub {
my $file = '/path/to/do/' . $_[0];
my $back;
open(READIT,$file) || die qq|cant find $file. Reason: $!|;
while (<READIT>) { $back .= $_; }
close(READIT);
return $back;
}
Then call with:
<%do_custom_include('filename.html')%>
Untested, but I think that should do what you want =)
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work! Want to give me something back for my help? Please see my
Amazon Wish List GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500) Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin |
Pre-Made Template Sets |
FREE GLinks Plugins! Compare our different Plugin packages *new* Free CSS Templates