Subject: | typo in manpage |
Hi!
There is a small type in an example code. See chapter "Events", 2nd example:
[code]
$kernel->post( 'EasyDBI',
quote => {
sql => 'foo$*@%%sdkf"""',
event => $_[SESSION]->postack("quoted_handler"),
session => 'dbi_helper', # or session id
}
);
[/code]
Must be "$_[SESSION]->postback("quoted_handler")," with a b in post*b*ack.
Just found it by copy-pasting the code.
HTH, A. Becker