in reply to How to use long strings...
while (get $url) { my $string = (split "_")[1]; print "${string}\n" } [download]
forach (split "\n", (get $url)) { [download]