in reply to Integer detection concept
sub is_int { $_[0] == int $_[0]; }
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Integer detection concept
by tadman (Prior) on May 15, 2001 at 00:33 UTC | |
by merlyn (Sage) on May 15, 2001 at 00:38 UTC | |
|
Re: Re: Integer detection concept
by boo_radley (Parson) on May 15, 2001 at 00:28 UTC |