in reply to Re: Returning undef: The point I would like Damian to reconsider
in thread Returning undef: The point I would like Damian to reconsider
and I don't see that as a bad practice. Works like expected and is documented. The alternative would be to shove the result explicitly through three other subs:It gains youwhich gains me what exactly?$thingy -> foo (1,2) -> to_output_channel; $string = $thingy -> foo (1,2) -> as_string; @lines = $thingy -> foo (1,2) -> as_list;
Should I avoid localtime and roll my own?Well, no. Try Date::localtime or Time::Local or anything in the DateTime hierarchy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Returning undef: The point I would like Damian to reconsider
by shmem (Chancellor) on Jun 22, 2007 at 20:52 UTC |