/ 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.
In this example, we are loading the holding array "@thing" with data from the "_content" key of the $results hashref.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
foreach my $item(@thing) { # The Needful }