http://www.perlmonks.org?node_id=1004461


in reply to Re: xs modifying passed value
in thread xs modifying passed value

I thought of something. For
croak("Usage: MyLib->strToInt(...)");
do
croak("Usage: MyLib->strToInt([passfail])");
square brackets mean optional arg. "..." means 0 to infinity additional args which is not your case. Some people refuse to RTFM and demand that the usage croaks be the only thing they need to look at to call the func/sub/meth.

Replies are listed 'Best First'.
Re^3: xs modifying passed value
by Festus Hagen (Novice) on Nov 19, 2012 at 13:26 UTC
    Ok, I'm laughing!

    Not at you ... About your description of ME!
    "Some people refuse to RTFM and demand that the usage croaks be the only thing they need to look at to call the func/sub/meth."

    That's me!

    Also over the Anal Perfectionism.

    That would also be me!

    Thanks

    -Enjoy
    fh : )_~