Re: Cannot open file to read after creation

2008-12-03 Thread blake askew
Thanks again John, I really appreciate you helping me out. I am new to perl and still reading everything I can, but your explanations cleared a few things up. On Wed, Dec 3, 2008 at 9:39 PM, John W. Krahn <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > >> >> Thanks for the help. I have ma

Re: Cannot open file to read after creation

2008-12-03 Thread John W. Krahn
[EMAIL PROTECTED] wrote: Thanks for the help. I have made the changes you suggested. Some were merely pointing out errors you made, hoping that you would be able to figure out the correct solution on your own. However, now the irc subroutine is always called. That is because you don't te

Re: Re: Cannot open file to read after creation

2008-12-03 Thread askew . blake
John, Thanks for the help. I have made the changes you suggested. However, now the irc subroutine is always called. For example, if I give the port as 80 and nmap identifies http running, it still calls the irc subroutine. It should only call the irc subroutine if nmap identifies the port a

Re: Cannot open file to read after creation

2008-12-03 Thread John W. Krahn
[EMAIL PROTECTED] wrote: I am working on a script to help find malicious traffic that takes the supplied ip and port from the user, does a number of checks (reverse dns, whois, banner grabbing, amap and nmap service fingerprinting), and then prints the results to a file. My intent is to quickly