in reply to meta tag extraction with TokeParser
If you're seeing warnings about an 'uninitialized value', you should check if $token->[x] exists and is defined before comparing it to a different value or following the alleged reference.next if $token->[1] ne 'meta' && $token->[0] ne 'S'; $meta{$token->[2]{name}} = $token->[2]{content};
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: meta tag extraction with TokeParser
by Anonymous Monk on Mar 20, 2006 at 21:44 UTC | |
by saintmike (Vicar) on Mar 20, 2006 at 21:47 UTC | |
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