RExp matchs many times,how can i get the matched content?

F

firenet

#!/usr/bin/perl -w
undef $/;
$buf=<>;
print foreach($buf =~/<img>(.*?)<\/img>/sg);

By the program above , i can print the content i wanted;but i want to
get it directly.
What should i do? Thanks.
 
B

Ben Morrow

Quoth Aukjan van Belkum said:
You are traversing an array with 'foreach', you should have then noticed
that you could also just assing this array to another array...

It's not an array, it's a list.

Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top