Hi everyone,
I am new to Catalyst, and I just want to execute a script from
Controller in Catalyst, something like this:
system("perl /path/to/my/script.pl");
But when I wrote this in an action, nothing happen.
Could anyone give an advice.
Thanks in advanced.
hatrungttha.