Write to file handle

2005-12-25 Thread swayam panda
Hi All , I am using Win32::SerialPort to read the datas from the serial port .It's working fine .but i want to save (what ever the serial port is reading) to a log file continuously .Can anybody help me how to do .I know that i have open a file like open (*FIL,+>>log.txt) or d

Buffer Overrun Problem

2005-12-25 Thread swayam panda
HI All, I am using win32::serialport module to send one command (hfdial) to the COM1 port .How ever the script is running fine for the first time but when i m trying to run it second time then i am getting a message like baud from configuration: 115200 Buffer Overrun detected resul

Re: Win32::daemon start as service problem

2005-12-25 Thread Jenda Krynicky
From: OXx <[EMAIL PROTECTED]> > Hello all, > I try to launch my perl application as a windows service. > I compile it with PAR so I have mysoft.exe > Then i installed win32::daemon, no problem. > I try this script so: > > use Win32::Daemon; > > %Hash = ( > machine => '', >

GD::Help

2005-12-25 Thread S Khadar
Dear all, I am using GD::Graph for developing an online graph - What I need is a (GD::Graphpoints) - Graph - I have already done this and works fine, Now I want to draw a line (best fit straight line / trends line (linear) ) through maximum number of points in this graph and I want to circle them

GD::Help !

2005-12-25 Thread S Khadar
Dear all, I am using GD::Graph for developing an online graph - What I need is a (GD::Graphpoints) - Graph - I have already done this and works fine, Now I want to draw a line (best fit straight line / trends line (linear) ) through maximum number of points in this graph and I want to circle them

LWP::User Agent error 304

2005-12-25 Thread OXx
Hello, I have a problem to upload a file in a form. This is my script: #!/usr/bin/perl use LWP::UserAgent; $ua = new LWP::UserAgent; my $url = "http://192.168.0.1/upload.php "; my $hostname=`hostname`; chomp($hostname); my $file="$hostname\.log";