http://qs321.pair.com?node_id=582006

greatshots has asked for the wisdom of the Perl Monks concerning the following question:

monks,

#!/usr/bin/perl system("which ls");
Output :-
machtype: Command not found. /usr/bin/ls
I am unaware of what is machtype in the output. when I did a google I found a linnk which describes about MACHTYPE. But I am getting this error only from the perl script.