Help for this page

Select Code to Download


  1. or download this
    package HTMLTag;
    
    ...
    }
    
    1; # keep Ryszard happy ;-)
    
  2. or download this
    use HTMLTag;
    
    ...
    $image->extra('My cat');
    
    print $link->str(),$image->str();