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...
... Garcia> Hi all! Garcia> I have a socket open and connected, right? Garcia> I need to check if a socket is receiving data. Itīs possible? Garcia> i see...
hi all i am new to this group and i would like to learn perl. so pls. tell me some web sites to learn basic perl and if there is any editor for using perl. ...
... baski> i am new to this group and i would like to learn perl. so baski> pls. tell me some web sites to learn basic perl See the resources listed at...
Hi, you can go through the PERL tutorial at http://www.sthomas.net/oldpages/roberts-perl-tutorial.htm Books : The 3 books that you must have are (All OReilly) ...
Hi there. I am currently working on a program that uses the 's' operator to substitute words within some specified text. Now I can do this no problem as one...
Below is the sample script. You can start from here ==================== #!/bin/perl $cmd="s/Hoo/How/g"; $text="Hoo are you"; print "Text before operation-->...
Dear: You can do one thing. write a program which ask for Enter String to search: Enter String to replace: Enter file name: or you can pass it as parameter ...
hi i have an tcp/ip server with DBI ::mysql database connection Its works perfectly, but after certain time ( sometimes hours, sometimes a day, sometimes...
Hello All, I am new to perl programming and targating Perl to use for Design Automation. Can anyone point me to few sample Perl programs to give a good and...
Hi I am new to this Group and New to Perl. I am working on Testing. I am planing to write scripts to run some programs. Can any body suggest which book is...
I would start with Learning Perl (Camel book) by O'Reilly. Then work yourself through the rest of the O'Reilly books. Learning perl got me started. Scott Roth ...