in reply to Style and warnings

Can you give an example for $seqnum, where you get the warning?
$bigseqnum = int($seqnum) + 10000000 or write_line("non integer sequence number")
You are aware that write_line will be called if $seqnum == -1000000 ?

-- 
Ronald Fischer <ynnor@mm.st>

Replies are listed 'Best First'.
Re^2: Style and warnings
by api (Initiate) on Aug 18, 2009 at 17:36 UTC
    Thanks very much for the help!!!
    The sequence number is always a positive integer but sometimes with trailing junk.
    like: 23543 or 34756P