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 Chriss Miller 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. mmiller81

    Windows user name

    Does anyone know of a way to print out the windows user name to a web page in perl?
  2. mmiller81

    Web service in PERL

    I am trying to consume a web service in PERL. The code I am using is below. It doesn't return anything. Does anyone see any problems with the syntax or can point me to simular example that works. #!/usr/bin/perl use WebService::ServiceProxy; print "Content-type: text/html","\n\n"; print...
  3. mmiller81

    Net::SMTP Can't connect to server

    Hi, I recently just moved all my perl scripts to a new server and the Net::SMTP email is no longer working. The following code returns no value. use Net::SMTP; $smtp = Net::SMTP->new(localhost:25); I set up the new local SMTP server in IIS just as I did on the old server. If anyone has...

Part and Inventory Search

Back
Top