On Mon, 5 Sep 2005, Michael Gale wrote: > I can not seem to find any documentation on "toString" ?
Okay. So you have to figure out where it's coming from. > my $packet = Net::DHCP::Packet->new($udp->{'data'}); > print $packet->toString(); Okay, so you got it from $packet, which in turn is a Net::DHCP::Packet object. Therefore, you need to examine the Net::DHCP::Packet perldoc. -- Chris Devers å2OG
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>