> my $io = $body->open('r'); > while (defined($_ = $io->getline)) { > # Do stuff with $_ > } I saw and tried that bit of code and it crashed on me, but now i see why because i used body->open('r') instead of bodyhandle->open('r') Thank you very much, should be smooth sailing from here.