Help for this page

Select Code to Download


  1. or download this
    # small snippet to explore dealing with complex data structures and du
    +plicates/uniques and consolidation
    my %pets;
    ...
            print "$output_line\n";
        }
    }
    
  2. or download this
    sub parseNextElement
    {
    ...
    
         return ($next_element, $remaining_line);
    }