Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^6: Documenting non-public OO components

by creamygoodness (Curate)
on Sep 09, 2005 at 04:49 UTC ( [id://490428]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
    
    is_deeply($deserialized, [ qw(foo bar baz) ], 
        "Deserializer decodes correctly");
    
  2. or download this
    sub deserialize {
        my ($self, $blackbox) = @_;
    ...
    
        return unpack("(w/a)*", $1); 
    }
    
  3. or download this
    # time to index 1000 documents:
    Plucene 1.25        276 secs
    Kinosearch 0.021     88 secs
    Kinosearch 0.03_02   35 secs
    Java Lucene          13 secs
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-25 15:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found