in reply to extract the value before a particualr string
if (/(\d+)\/total$/) { print "$1\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: extract the value before a particualr string
by nanban (Initiate) on Sep 05, 2013 at 10:23 UTC | |
|
Re^2: extract the value before a particualr string
by nanban (Initiate) on Sep 05, 2013 at 10:29 UTC | |
by Limbic~Region (Chancellor) on Sep 05, 2013 at 13:29 UTC | |
by hdb (Monsignor) on Sep 05, 2013 at 10:42 UTC |