in reply to How can i extract a number from an string
foreach (@array) { /^BS(\d)/; my $num = $1; . . }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can i extract a number from an string
by jplindstrom (Monsignor) on Jan 22, 2009 at 17:25 UTC | |
|
Re^2: How can i extract a number from an string
by Sombrerero_loco (Beadle) on Jan 22, 2009 at 12:04 UTC | |
by Bloodnok (Vicar) on Jan 22, 2009 at 12:07 UTC |