Axel Tietje wrote:

> sub start {
>   my($self, $tag, $attr, $attrseq, $origtext) = @_;
>   if ($tag eq "a"){
>     # HOW CAN I ACCESS $attr , e.g. href?

> Manual says: [...]and the second argument ($attr) is a reference to a hash
> that contain all attributes found within the start tag.[...]

$attr->{href}

-- 
Ned Konz
currently: Stanwood, WA
email:     [EMAIL PROTECTED]
homepage:  http://www.bike-nomad.com

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to