in reply to Perl equivalent of JavaScript parseInt()?

There isn't an actual equivalent function. However, take a look at these:

Replies are listed 'Best First'.
Re: Re: JavaScript parseInt()
by target (Beadle) on Feb 09, 2002 at 17:16 UTC
    Thanks for the answers guys. The one from dws is the correct answer, but I was really looking for something like the answer from jryan, somewhere to learn about my options.

    Thanks again, for both replies.