while( <DATA> ) { foreach ( split "<b>" ) { (my $name) = $_ =~ /(\w+\s?\w.*)\<\/b\>/; print "$name\n" if ( defined( $name ) ); } }
In reply to Re: Parse into array
by leslie
in thread Parse into array
by vit
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |