perl.beginners
[Top] [All Lists]

can perl program do this?

Subject: can perl program do this?
From: rich.japh@xxxxxxxxx (Richard Lee)
Date: Thu, 31 Jul 2008 02:41:27 -0400
Newsgroups: perl.beginners


say I have big wireshark file based on remote server.

I want to logon to that server and using Net::Pcap to poke the file and only grep out small portion of information which meets my criteria.
Remote server won't have Net::Pcap installed.

I wanted to write this program w/ Expect modules and Net::Pcap module in my mind. But since these things are only located in my local server, will this work on remote server?

<Prev in Thread] Current Thread [Next in Thread>