Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: endChapter 17
The LWP Library
Next: Reference: text
 

start

 start(tag, $attr, attrseq, origtext)

Invoked on start tags. The first argument, tag, is the name of the tag in lowercase. The second argument is a reference to a hash, attr. This hash contains all the attributes and their values in key/value pairs. The keys are the names of the attributes in lowercase. The third argument, attrseq, is a reference to an array that contains the names of all the attributes in the order they appeared in the tag. The fourth argument, origtext, is a string that contains the original text of the tag.


Previous: Reference: endPerl in a NutshellNext: Reference: text
Reference: endBook IndexReference: text