Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. daverston

    Clearing hashes

    undef %hash; also works too. :-)
  2. daverston

    I need split function help

    Here's a perl subroutine I found that is really good at handling query strings and form POST and GET input. Place &ReadParse(*in); at the top of the script somewhere, then somewhere else, like at the bottom, put in this subroutine: sub ReadParse { local (*in) = @_ if @_; local ($i, $loc...
  3. daverston

    W2K VPN/RAS TCP/IP Problems

    Wow, interesting you have 64.19.9.18 as a DNS server and IP like 66.148... I have the same setup and we've been having trouble with our network router crashing when it presumably loses its internet connection. Did you ever find out anything about this?

Part and Inventory Search

Back
Top