Hello everyone,
How do I execute external commands? I use the $Tag->file function passing
"command |" as filename and the target command is placed under the catalog
directory so theoretically this should work even in Safe mode and with the
NoAbsolute variable set. But it doesn't work!!
[perl]
my $result = $Tag->file("bin/command |");
[/perl]
Thanks,
Javier Martin