in reply to Re^2: Executing data based on command line arguments
in thread Executing data based on command line arguments

if ($options{foo} and satisfy_bar()) { poit(); } if (not $options{foo}) { narf(); }