Curious if anyone knows anything about the new Perl system, the one that implements commands.pl and XS.
I'm wondering what added features are not discussed, and how to do commands. Mainly, what methods and objects are available? I did some source-diving and found things like "Client::<method>", but they give me errors, as does the "$client->Method" way.
|