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: gindelhe
  • Content: Threads
  • Order by date
  1. gindelhe

    ?: code question

    Hello. I have the following code to check to make sure an url is up. But I need the ?: or alternative code to return a toggle so I can use and loop to send email so problems can be resolved. Here is the code: #! /usr/sbin/perl -s # modules needed use Watchdog::HTTP; use Mail::Mailer...
  2. gindelhe

    Net::Telnet::cisco and pattern matching problem.

    Hello. I have a script which logs into a PIX to check the number of connections and memory and then strips out what I don't need. But recently I have been having problems with the following error: Use of uninitialized value in pattern match (m//) at fw.pl line 84, <STDIN> line 5. Use of...
  3. gindelhe

    Formating in real time not from a file.

    Hello. I have a script which gets information from a router in real time. I am wondering if it is possible to format this output in real time. Here is what I am looking for: Input1 Input2 Input3 Input4 123456 xx.xx 123 Time What I need is for the format to look nice. Have each...
  4. gindelhe

    Getting input using @variable into a string

    Hello. Sorry if the title doesn't make sense. I have some code that grabs a command from a router and puts it into an @variable. My question is I want to only grab a certain part of the @variable. Here is some of the code: @output2 = $fw->cmd('show conn count'); print @output2; Which would...

Part and Inventory Search

Back
Top