Hi
Perl 5.8.7 has many "Usage:" kind of errors. Hardly any of them are
documented in the POD. Can any body tell me how to test those Usage:
errors.
Typically the Usage: errors when looked in the source directory look like

Perl_croak(aTHX_ "Usage: utf8::encode(sv)");
Perl_croak(aTHX_ "Usage: threads::shared::_id(ref)");
Perl_croak(aTHX_ "Usage: IO::Handle::flush(handle)");


Thanks in advance

regards
Ravi Sastry

Reply via email to