in reply to Object::Virtual?

How does your module differ from Object::Realize::Later? Please do also document this comparision your documentation, as O::R::L is the only module in the vincinity, and I really like comparisions between modules - they help me decide easier which module to choose / to evalue closer.

Update: s/Class/Object/g, thanks to lachoy

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web

Replies are listed 'Best First'.
Object::Realize::Later (was: Object::Virtual?)
by lachoy (Parson) on Jul 09, 2003 at 19:47 UTC
    I think you mean Object::Realize::Later which Mark gave a lightning talk about at YAPC::NA 2003.

    Chris
    M-x auto-bs-mode