Help for this page
unless ($expression){ # do something }
if (not $expression){ # do something }
while (<$fh>){ next unless /\S/; # }
if (work_to_do($args)){ # do some work }