Operating System Commands execution in Catalyst Controller?
Posted
by joe
on Stack Overflow
See other posts from Stack Overflow
or by joe
Published on 2010-05-25T14:37:16Z
Indexed on
2010/05/25
15:41 UTC
Read the original article
Hit count: 212
How to use Operating System Commands in Catalyst Controller?
For example. I want to use Perl system command in Controller .it’s not working ..
Any idea?
In Controller module
my $cmd = "/temp/useradd.sh $username_st1 $_ $log_file &";
system ($cmd );
© Stack Overflow or respective owner