Is anyone here familiar with Net::FTP? I'm trying to login to a simple ftp site, and download a file. If I can get this far, I will write a bigger script to do...
... need. ... to. ... help. ... Hello from France, I use Net::FTP in a daemon running 24h/24 and 7j/7, exchanging medical messages between applications. It...
Ok, this is all I need. I want a program which will click on a spot in the screen, then hit Ctrl Paste, then enter, then click on another spot, and hit Ctrl...
Hi All, I have written a perl script. Here is the snipet of the same. I have perl version v5.8.5 built for sun4-solaris. I have run this script on thousands...
Hello All, Today I have posted a question regrdaing a core dump issue. I did more investigation on this and I found some more information. 1. I have a HPUX 11i...
... toke.c has many unbalanced '(' the first few of which are here * TOKEN : generic token (used for '(', DOLSHARP, etc) and here (*s == '(' || (s =...
I would like to create a simple script that reads a text file's timestamp and adds this timestamp to each line in the text file.... Is there an easy way to...
Yes ... From: pankajpatel01 To: perl_official@yahoogroups.com Sent: Friday, January 28, 2005 5:56 PM Subject: [Perl] (unknown) I would like to create a simple...
... file.... ... I saw such an example in the Time::localtime module , provided with the standard Perl library. Hope this helps Regards, Georges ... Service....
hi, i am using Archive::zip to zip up a folder containg certain files. I am using $zip->addFile() to add the files, and then using $zip- ... however, the files...
Has anyone used perldoc before? I can't understand how to run it. We have built some modules..below is an example of how I am trying to run it. Can someone let...
One way to do it is as follows require pathToExternalProgram/externalProgram.pl Then in Program.pl last line should be 1; ... From: venkat_samuel To:...
Hi, You can use LWP module for this. If you want to get some inner pages details, better go for WWW::Mechanize module. Regards, Suresh venkat_samuel...
Hi U can use in the follwing ways require "test.pl"; or system("perl test.pl"); by Gopal venkat_samuel <venkat_samuel@...> wrote: hi every one can any...
Do you mean bring in to your perl programme another perl program that you have already written? ... From: venkat_samuel To: perl_official@yahoogroups.com Sent:...
can anybody give me idea how to send data from RPC::XML::Cleint side to the database using use DBI module __________________________________ Do you Yahoo!? ...
Hi All Currently i am developing a FTP automation script using 'put' fucntion of Net::FTP Module. I am able to upload the file but i need to append a file...
Isn't this down to your operating system? Which OS is it? Have you tried something like $sysMessage= '<map syntax for your os>'; system $sysMessage; ... From:...
Quick and dirty: On a PC $status = system "net use map DRIVELETTER \\\\IPADDRESS_OR_HOST\\SHARE /User:USERNAME PASSWORD"; (See DOS documentation on NET command...
Hi all, I get a sock variable (sock handle) with value "IO::Socket::INET=GLOB(0x839c464)" and store it in my mysql database. When i retrieve this data , its...
Exists any way to readline enter in a loop when enter in STDIN input. I need a input but not depends a user entry to program continue running. It's also like...