Search Results

Search: Posts Made By: chethanmurari
14,385
Posted By chethanmurari
System command in perl
i too have some problem with command source..

system("source set_file");
if ( $? == -1 )
{
print "command failed: $!\n";
}
else
{
# printf "command exited with value %d", $? >> 8;
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 07:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy