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...
... pkkjb> Please help me in making a list of files in different pkkjb> dirs pkkjb> eg if dir structure is like this and I want to pkkjb> list files...
U can try with File::Find module or system(dir *.txt/s/b) by Gopal pkkjb <pkkjb@...> wrote: Hi, Please help me in making a list of files in different ...
... Krishna> U can try with File::Find module Your keyboard is broken? It's really hard to type "yo" in front of "u"? Krishna> system(dir *.txt/s/b) Very...
Very good habit, Thanks Keep it up This will help u in feature "Randal L. Schwartz" <merlyn@...> wrote:>>>>> "Krishna" == Krishna R writes: Krishna>...
Hi all! I have a socket open and connected, right? I need to check if a socket is receiving data. Itīs possible? i see perldoc IO::Socket, but donīt find...