in reply to Use of unitialized variable?
And you'll lose that warning. Perl is just telling you where the error is in the current file (in this case a socket) in the error message "Use of uninitialized value at ./gethtml.pl line 16, <my_socket> chunk +1." just in case that helps you debug the problem (which it does sometimes).$my_html_return .= $_;
The error is nothing to do with the socket.
|
|---|