R
ramartin
I am trying to write a program which starts an Ethereal capture (using
tethereal) using the system() call in PERL. I would like the capture
to begin, and then use a packet injection tool to create and send
packets, also using the system() call after the capture has begun. My
question is how do I execute more than one system command in Perl using
Win32 at a time, without waiting for the first call to return? Any
examples someone could point me to would also be great.
Thanks,
Ryan
tethereal) using the system() call in PERL. I would like the capture
to begin, and then use a packet injection tool to create and send
packets, also using the system() call after the capture has begun. My
question is how do I execute more than one system command in Perl using
Win32 at a time, without waiting for the first call to return? Any
examples someone could point me to would also be great.
Thanks,
Ryan