Help for this page

Select Code to Download


  1. or download this
    # sorting by oldest first seems to give the best chance for accurate m
    +essage threading.
            # I apologize for the nasty parens nesting scheme as well.
            foreach (sort {
    ...
                }
                print STDERR "I have ". keys (%placed) . " items\n";
            }
    
  2. or download this
        sub get_refs {    
            my $msg_refs = shift;
            my $msg_list = shift;
    ...
            }            
            return undef;
        }