![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^2: Capturing regex from mapby LanX (Saint) |
on Sep 13, 2013 at 17:14 UTC ( #1053971=note: print w/replies, xml ) | Need Help?? |
> try my @online_services = map { /^online.*svc:(.*?):/; $1 } `svcs`; not equivalent:
Cheers Rolf ( addicted to the Perl Programming Language)
updateI think you meant:
In Section
Seekers of Perl Wisdom
|
|