|
NAMENet::Write::Layer2 - object for a link layer (layer 2) descriptor SYNOPSIS use Net::Write::Layer2;
my $desc = Net::Write::Layer2->new(
dev => 'eth0',
);
$desc->open;
$desc->send('G'x666);
$desc->close;
DESCRIPTIONThis is the class for creating a layer 2 descriptor. ATTRIBUTES
METHODS
CAVEATSWriting junk to loopback interface on BSD systems will not work. SEE ALSONet::Write::Layer AUTHORPatrice <GomoR> Auffret COPYRIGHT AND LICENSECopyright (c) 2006-2015, Patrice <GomoR> Auffret You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.
|