Help for this page

Select Code to Download


  1. or download this
    $tok_inf = $tok_par->get_token ;
    
  2. or download this
    $tok_typ = shift @{$tok_inf};
    
  3. or download this
    ($tag_nam, $tag_att, $tag_seq, $tag_raw) = @{ $tok_inf } ;
    
  4. or download this
    $title =  $tok_par->get_text() || "<NO TITLE FOUND>";