Help for this page

Select Code to Download


  1. or download this
    my $tag;
    if($change){ #contruct modified tag
    ...
      # This is nice
      $tag = $token->[0] eq "T" ? $token->[1] : $token->[-1]; 
    }