Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Andy] [Plugin] Error_Jump: Edit Log

Here is the list of edits for this post
Re: [Andy] [Plugin] Error_Jump
Why not just change:

$sock->write( "GET / HTTP/1.0\n\n" );

to:

Code:
if (defined $sock) {
$sock->write( "GET / HTTP/1.0\n\n" );
}
else {
...
}

Last edited by:

Paul: Jun 18, 2002, 11:31 AM

Edit Log: