Help for this page

Select Code to Download


  1. or download this
    use Scalar::Util qw(looks_like_number);
    if(looks_like_number($seqnum) && int($seqnum)==$seqnum) {
      # $seqnum is arithmetically an integral number
    }