Help for this page

Select Code to Download


  1. or download this
    while( $token = $p->get_token() ) {
      if( $token->[0] eq 'S' && 
          $token->[1] eq 'a' )
      {
    
  2. or download this
    while( $token = $p->get_token() ) {
      if( $token->[0] eq 'S' && 
          $token->[1] =~ /zindex/ )
      {