in reply to pull out num from str

Regexp::English

#!/usr/bin/perl -- use Regexp::English; print Regexp::English ->new ->remember ->multiple ->digit, "\n"; __END__ (?^:((?:\d+)))

Replies are listed 'Best First'.
Re^2: pull out num from str
by icoder (Novice) on Apr 23, 2012 at 07:16 UTC
    I can't use any packages here
      I can't use any packages here
      Strange rule, but than simply paste the package code into your main package...

      -- 
      Ronald Fischer <ynnor@mm.st>