I am certainly not have any much experience in perl script. All I have ever work is bash script or php scripting.
What does it means when you see the following in PERL script:
$a=apple
$b=orange
if ($?==0) {
#do something
}
What does it means by $? here?
$?variable with a similar function – mob Jun 9 '11 at 15:10