Help for this page

Select Code to Download


  1. or download this
    # Caveat Lector - this is untested!
    foreach $tag (@tags) {
    ...
            },
        };
    }
    
  2. or download this
    foreach my $tag (@tags) {
        my ($name, $attributes, $value) = $tag =~
    ...
    
        # Use $name, $attributes, and $value as per above
    }