Search the web
Sign In
New User? Sign Up
Perl_Official · Perl . CGI . Shell script
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1685 - 1714 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1685
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...
aaronas@...
aaronas
Offline Send Email
Jan 13, 2005
9:54 pm
1686
... 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...
TOULLAT
georges_toullat
Offline Send Email
Jan 14, 2005
5:53 pm
1687
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...
xangelbabyxx182
Offline
Jan 26, 2005
5:12 am
1688
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...
gancy26
Offline Send Email
Jan 26, 2005
4:56 pm
1689
... These lines seem to be causing the problem * TOKEN : generic token (used for '(', DOLSHARP, etc) if (*d == '(') {...
whinnim
Offline Send Email
Jan 27, 2005
7:38 pm
1690
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...
gancy26
Offline Send Email
Jan 27, 2005
7:39 pm
1691
... toke.c has many unbalanced '(' the first few of which are here * TOKEN : generic token (used for '(', DOLSHARP, etc) and here (*s == '(' || (s =...
whinnim
Offline Send Email
Jan 27, 2005
7:39 pm
1692
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...
pankajpatel01
Offline
Jan 29, 2005
12:56 am
1693
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...
Ken Shail
kenshail2003
Offline Send Email
Jan 31, 2005
6:41 pm
1694
... file.... ... I saw such an example in the Time::localtime module , provided with the standard Perl library. Hope this helps Regards, Georges ... Service....
TOULLAT
georges_toullat
Offline Send Email
Jan 31, 2005
9:24 pm
1695
I have to write a perl script that transport xml using rpc::xml How do i do that. Any comments...
k_pat71
Offline Send Email
Feb 3, 2005
5:15 pm
1696
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...
Gautam Bhagra
gautam_bhagra
Offline Send Email
Feb 7, 2005
5:31 pm
1697
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...
roth.242@...
noggin_1979
Offline Send Email
Feb 9, 2005
6:55 pm
1698
hi every one can any one help me how use a external perl program in my perl program...
venkat_samuel
Offline Send Email
Feb 20, 2005
10:06 pm
1699
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:...
Ken Shail
kenshail2003
Offline Send Email
Feb 21, 2005
4:08 pm
1700
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...
skumar
psk_suresh
Offline Send Email
Feb 21, 2005
4:08 pm
1701
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...
Krishna R
krish_tamil
Offline Send Email
Feb 21, 2005
4:08 pm
1702
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:...
Ken Shail
kenshail2003
Offline Send Email
Feb 21, 2005
4:09 pm
1703
can anybody give me idea how to send data from RPC::XML::Cleint side to the database using use DBI module __________________________________ Do you Yahoo!? ...
kamlesh patel
k_pat71
Offline Send Email
Feb 21, 2005
6:57 pm
1704
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...
Krishna R
krish_tamil
Offline Send Email
Feb 22, 2005
3:19 pm
1705
Yes Ken ... that you have already written? ... program ... Service....
venkat_samuel
Offline Send Email
Feb 24, 2005
6:45 pm
1706
Hi all, Through perl program How can i map ('Map the Network Drive') and assign a drive letter to that connection??? Thanks SAM...
venkat_samuel
Offline Send Email
Mar 1, 2005
8:05 pm
1707
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:...
Ken Shail
kenshail2003
Offline Send Email
Mar 1, 2005
9:21 pm
1708
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...
Mike Southern
mikesouthern
Offline Send Email
Mar 2, 2005
12:08 am
1709
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...
Garcia
josegarciaju...
Offline Send Email
Mar 6, 2005
6:24 pm
1710
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...
Garcia
josegarciaju...
Offline Send Email
Mar 6, 2005
6:24 pm
1711
Hi, Please help me in making a list of files in different dirs eg if dir structure is like this and I want to list files "file*.txt" ...
pkkjb
Offline Send Email
Mar 6, 2005
6:25 pm
1712
http://www.india-seo.com/perl/cookbook/ch09_08.htm ... From: pkkjb To: perl_official@yahoogroups.com Sent: Friday, March 04, 2005 10:39 PM Subject: [Perl] list...
Ken Shail
kenshail2003
Offline Send Email
Mar 7, 2005
11:48 pm
1713
@files = <dir1/subdir1/subdir2/file*.txt>;...
whinnim
Offline Send Email
Mar 7, 2005
11:48 pm
1714
Hi all :) How method i can use to check if socket connection is alive? Tks! Garcia (Brasil)...
Garcia
josegarciaju...
Offline Send Email
Mar 7, 2005
11:49 pm
Messages 1685 - 1714 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help