/ Published in: Perl
Splits on new line, to load array, and cycle through each line in array.
In this example, we are loading the holding array "@thing" with data from the "_content" key of the $results hashref.
Expand |
Embed | Plain Text
foreach my $item(@thing) { # The Needful }
You need to login to post a comment.
