Help for this page

Select Code to Download


  1. or download this
    <S> ::= <SS>
           <W> ::= <V>
           <V> ::= <SS>
    
  2. or download this
    <V> ::= <SS>
           <W> ::= <V>
           <S> ::= <SS>
    
  3. or download this
      while($line=<>)
    {
     chomp $line;
    ...
     push(@{$hasharr{$head}}, $prod);
     
    }