in reply to Re^8: problems parsing data
in thread problems parsing data

No. For example, the following will fail:
print("Hello World") = 3;
for my $ip (...) { my $res = ...; my ($image) = ...; print("$ip: $image\n"); }