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 bkrike 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: *

  • Users: whitshea
  • Content: Threads
  • Order by date
  1. whitshea

    Finding a char in a String, multiple times

    I am using vbscript to verify an inputted string. This string is 8 chars long. I need to identify if, within the first four characters, a Z or z is present, and if so, I need to return the location of this Z. Any ideas how I can return the location of all the Z's located in the first 4...
  2. whitshea

    using Telnet module, having trouble passing the prompt

    I am just trying to get a simple script to work. Currently it is giving the following error: "timed-out waiting for command prompt at ./test_telnet.pl line 11" I don't know what I'm doing wrong... the prompt for this host is: myuser@myhost{myfolder}> Here's what I'm trying... Please...
  3. whitshea

    using "do" to include a file with variable declarations

    I have a perl script which telnets to remote hosts and starts up other scripts on these hosts. Currently, I have a text config file, which I have to read in line by line and parse to get host names, user names, passwords, etc. I would rather just have this info in a separate file, with the...

Part and Inventory Search

Back
Top