$ perl -e "print \"true\" if 'informal'== 'formal'" true #### $ /c/perl/strawberry/perl/bin/perl -e "print \"true\" if 'informal'!= 'formal'" true $ /c/perl/strawberry/perl/bin/perl -e "print \"true\" if 'informal'== 'formal'"