in reply to
system() command
Simple solution is to add semicolon at the end of command. Like my $cmd = 'cd /cat/bat;';
Comment on
Re: system() command
In Section
Seekers of Perl Wisdom