Tagged Questions
2
votes
4answers
263 views
Can I use Perl's map with an array slice?
I'm just trying to shorten a line of code that assigns HTML::Element->as_trimmed_text from an array of HTML::Elements to some variables - pretty standard stuff like:
my ($var1, var2) = ...