in reply to Style and warnings
$bigseqnum = int($seqnum) + 10000000 or write_line("non integer sequence number")You are aware that write_line will be called if $seqnum == -1000000 ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Style and warnings
by api (Initiate) on Aug 18, 2009 at 17:36 UTC |