Hello,
Im trying to run multiple shell commands on the same perl script, Could you please help me to know how. When I run the script below, it only picks the first commands.
Thanks for your time and your help.
example.pl
use strict;
my $ls =exec ("ls");
my $con = exec("ifconfig");