I am on the verge of trying to deploy a small web application for
small business. I would like to see it working preferably under
mod_perl. Does anyone has suggestions about possible providers with a
good compromise between service quality and cost? As it is directed to
small business, it won't be
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
Hello,
I can not seem to find any documentation on "toString" ?
I have found am example online using it:
sub packet_cap_process {
my ($user, $hrd_ck, $pkt) = @_;
## Get IP header info
my $header = NetPacket::Ethernet->decode($pkt);
my $ether_data = NetP
|Subject: RE: shared library of variables?
|Date: Montag, 5. September 2005 19.47
|From: "Bowen, Bruce" <[EMAIL PROTECTED]>
|To: John Doe <[EMAIL PROTECTED]>
|Thanks for the reply.
|Do you have a place where there might be simple examples of a perl file
|activating a library. Or a place where th
On 9/3/05, Sagar Nargundkar <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I need to use small floating point numbers. Is there a perl module
> that allows us to use arbitrarily small floats (of the order 10^-20)?
> Something similar to Math::BigFloat which allows us to use arbitrarily
> large floats.
>
>
Hi,
I'm trying to get CPAN's Net::FTPSSL working from my linux dev env.
I installed the dependent modules (Net::SSLeay IO::Socket::SSL) and
they seemed to work as expected. The following are the test scripts :
--
Hi,
Is it possible to create a daemon which listens to a certain port and gets
each character is sent to it by a client?
I have tried to use Net::Daemon for doing this, but it gets the data sent
only line by line and not character by character, so the last line is not
got because it doesn't end in