[ic] execute external command

Javier Martin interchange-users@lists.akopia.com
Fri May 18 08:22:00 2001


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