# NOTE: Derived from blib/lib/Net/SOCKS.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package Net::SOCKS; #line 293 "blib/lib/Net/SOCKS.pm (autosplit into blib/lib/auto/Net/SOCKS/close.al)" sub close { my ($self) = @_; if (defined ${*self}{fh}) {close(${*self}{fh})} } # end of Net::SOCKS::close 1;