in reply to Re^5: Automatically add all defined functions to your @EXPORT
in thread Automatically add all defined functions to your @EXPORT
isn't all that readable, but you can do@var = something1 grep { something2 && something3 } map { something4 } keys %something5;
@var = something1 grep { something2 && something3 } map { something4 } keys %something5;
|
---|