in reply to This could have DWIM better
BEGIN { *CORE::GLOBAL::length = sub(;$) { my $arg = @_ ? $_[0] : $_; defined($arg) ? CORE::length($arg) : undef; }; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: This could have DWIM better
by ysth (Canon) on Mar 02, 2006 at 09:32 UTC | |
by japhy (Canon) on Mar 02, 2006 at 14:52 UTC | |
by ysth (Canon) on Mar 02, 2006 at 18:51 UTC | |
|
Re^2: This could have DWIM better
by Aristotle (Chancellor) on Mar 01, 2006 at 18:25 UTC |