in reply to Re^2: Net::Pcap installation help (and not with the library)
in thread Net::Pcap installation help (and not with the library)
If you don't have a 'unix2dos' executable for Windows, you can just use Perl:
perl -pi.bak -e "s/\r/\r\n/" 0004_PATCH_FILE_NAME_HERE
|
---|