Ack, stay out of Parser.pm. =) Use a global:
banner_ad => sub { my $output = `/run/system/command`; return $output; }
and then put <%banner_ad%> where you want the output of a system command displayed.
Cheers,
Alex
--
Gossamer Threads Inc.
banner_ad => sub { my $output = `/run/system/command`; return $output; }
and then put <%banner_ad%> where you want the output of a system command displayed.
Cheers,
Alex
--
Gossamer Threads Inc.