in reply to Re: unlessin thread multiple commands before unless ?
H:\>perl -e "print 'yes' and exit; print 'no' " yes H:\>perl -e "print 'yes' && exit; print 'no' " # nothing [download]