in reply to Parse float from string
Michaelsub parseInt { my $str = shift; $str =~ /(\d+)/; return $1; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re:x2 Parse float from string (use Regexp::Common)
by grinder (Bishop) on Nov 05, 2002 at 09:20 UTC | |
|
Re: Re: Parse float from string
by samurai (Monk) on Nov 05, 2002 at 00:22 UTC | |
by mpeppler (Vicar) on Nov 05, 2002 at 00:40 UTC | |
by lanthruster (Initiate) on Nov 24, 2019 at 01:18 UTC |