Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: newsreader threading (boo)

by boo_radley (Parson)
on Nov 26, 2001 at 19:28 UTC ( [id://127552]=note: print w/replies, xml ) Need Help??

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;
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://127552]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-23 09:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found