in reply to Re: unless
in thread multiple commands before unless ?

H:\>perl -e "print 'yes' and exit; print 'no' " yes H:\>perl -e "print 'yes' && exit; print 'no' " # nothing