in reply to Re^2: meta tag extraction with TokeParser
in thread meta tag extraction with TokeParser
Again, you're not checking if it's defined. Use this instead:
if( defined $token->[2] ) { ... }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: meta tag extraction with TokeParser
by Anonymous Monk on Mar 20, 2006 at 21:51 UTC | |
by Anonymous Monk on Mar 20, 2006 at 21:54 UTC |
In Section
Seekers of Perl Wisdom