You could also manually import it to another name
use List::MoreUtils qw( ); BEGIN { *any_of = \&List::MoreUtils::any; } if (any_of ...) { ... }
In reply to Re: sub any
by ikegami
in thread sub any
by FFRANK
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |