in reply to Re: formatting question
in thread formatting question
my $doit; if ($wrongDateFlag) { $doit = 1 if scalar @ARGV >= 3; } else { # end date is correct $doit = 1 if scalar @ARGV >= (($oneDayFlag == -1) ? 3 : 2 ); } if ($doit) { ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: formatting question
by apl (Monsignor) on Jun 24, 2008 at 17:47 UTC | |
by pc88mxer (Vicar) on Jun 24, 2008 at 20:29 UTC |