in reply to Creating an ARP Packet

Read RFC 826, then search Google for how to create a raw Ethernet packet. I don't know of any modules to help with this.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated