- or download this
use MetaParser;
...
{
print "$_ => $meta{$_}\n";
}
- or download this
#!/usr/bin/perl
...
{
print "$_ => $meta{$_}\n";
}
- or download this
language => EN-US
copyright => 2004 SpyderSubmission.com
...
distributor => SpyderSubmission
robots => index, follow
abstract => Leaders in online marketing services
- or download this
package MetaParser;
...
return %meta;
}
1;