i have shell file which will execute set commands to activate the mesh interface in my CRB board.
in my perl file i tried to execute using system(location of file);
but am not getting correct output but it is returning true...
my code
$mesh_base="/mnt/jffs2/conf/mesh_start";
system($mesh_ba se);
in my perl file i tried to execute using system(location of file);
but am not getting correct output but it is returning true...
my code
$mesh_base="/mnt/jffs2/conf/mesh_start";
system($mesh_ba se);
Comment