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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1616 - 1645 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1616
Hi all, I am new to perl. have finished some intro tutorials.Can anyone send me some advanced tutorials? thanks in advance Cheers...
santosh_pai_inc
Offline Send Email
Oct 1, 2004
5:00 pm
1617
Start writing some small programs. Then bug us when the problems get too big. tOM On 1 Oct 2004 at 16:06, ... -- Quidquid latine dictum sit altum viditur -- ...
tOM Trottier
tomtrottierca
Offline Send Email
Oct 3, 2004
4:31 pm
1618
I'm just starting to use Perl, and am writing my 1st email program using smtp. My isp requires a port other than 25, and I don't know how to specify that. They...
backpack45scb
Offline Send Email
Oct 4, 2004
4:40 pm
1619
Got this working - to specify outgoing port, add colon port number to smtp server address: $smtp = Net::SMTP->new("smtp.cs.com:587",Debug =>1); -- Ralph Alcorn...
backpack45scb
Offline Send Email
Oct 5, 2004
7:37 pm
1620
I am trying to upload a file from a system which is behind firewall to a live server. Its connecting but its not copying / uploading the files. When ever i run...
Sumit Arora
mrcoolguy
Offline Send Email
Oct 5, 2004
7:38 pm
1621
hi friends my name is ananth and i have joined new to this group. i have trouble in installing the AdminMisc module in my perl. can any one help me out plz. ...
ananth_perl
Offline Send Email
Oct 15, 2004
2:40 pm
1622
What module is that? What does it do? What are you trying to achieve? Maybe there are other solutions. Regards. Rex...
Rex
perl_jam03
Offline Send Email
Oct 18, 2004
4:10 pm
1623
hi guys and gurls i got some question with making connection with SMSC gateway is any one here can help me out [or good web] on sending MT and Receiving MO...
Kumar Arjunan
amyarjun
Offline Send Email
Oct 19, 2004
4:52 pm
1624
We are looking for Perl Professionals for an immediate project requirement . Senior Software Engineers /Software Engineers - Shell, Perl, Sybase - 2+ years...
ajithnambiar
Offline Send Email
Oct 19, 2004
7:26 pm
1625
I'm trying to determine if the following system function can be placed in an array or scalar variable instead of redirecting it to a file because I can't...
perl_1978
Offline
Oct 25, 2004
3:21 pm
1626
Hi All I am new to perl. I have written mail parser in perl which will read the mails and detach the attachments into a folder. After this, i check whether the...
sridhar_kuvalai
Offline Send Email
Oct 26, 2004
2:57 pm
1627
BigInt, sin() help or advice? I'm using my PC to collect some data from an ADC card. I read the 16 bit ADC value, then read the 64-bit value from the PC's...
mebikerider
Offline Send Email
Oct 26, 2004
6:18 pm
1628
On Tue, 26 Oct 2004 09:09:05 -0000, sridhar_kuvalai ... What shell are you using? Try enclosing the filenames with quotes (""). HTH. -- http://www.bloodpet.tk/...
eman
egcalso
Offline Send Email
Oct 28, 2004
7:48 am
1629
... Just use backticks: $var = `ssh $srv $uname` HTH. -- http://www.bloodpet.tk/ When all else fail, read the instructions....
eman
egcalso
Offline Send Email
Oct 28, 2004
7:48 am
1630
I am creating a website using HTML and Perl with a MySQL back-end and I need to create a form that is easily editable by a non technical person that can be...
josephpeay
Offline Send Email
Oct 28, 2004
4:56 pm
1631
Tried assigning the command to a scalar variable and it does not work too well with the system function. $uname = "uname -r"; $var = `ssh servername $uname`; ...
perl_1978
Offline
Nov 1, 2004
4:44 pm
1632
... This executes the ssh command and places its stdout into $var ... This executes the stdout of the ssh command - certainly not what you wanted to do. ... ...
fischron.external@...
dodekaedergu...
Offline Send Email
Nov 2, 2004
6:31 am
1633
Hi, I am new to perl .I need to read an excel file into arrays in perl. It will be great if you can give me some clues. Thanks,...
gopudeepa
Offline
Nov 4, 2004
5:52 pm
1634
I wanna get information from a site which contain frames and dynamic content(jsp).I used lwp module but i can get only source code.The code i wrote is below. ...
denizcan1983
Offline Send Email
Nov 4, 2004
10:49 pm
1635
Hi, You mentioned that you are new to perl. So I think you should learn basics of perl which are very important. For reading excel file in perl you should...
BalaKrishna.B.K
balakrishna_bk
Offline Send Email
Nov 8, 2004
6:29 pm
1636
Hi all, Greetings to you. I am looking for PERL,Shell exp candidates for chennai/NY ( Investment Banking Domain based company Pl send your resume @ earliest ...
ajithnambiar
Offline Send Email
Nov 9, 2004
6:53 am
1637
Hi all, I have wrote this config.pl, I want to know how to use the variables defined in this config file to any other PERL script. Plz explain this using a...
priya_t04
Offline Send Email
Nov 9, 2004
8:34 am
1638
It's one easy way: you can save config.pl like Perl module. For example, in Perl-module directory (ex. c:\perl\site\lib) you mus create one folder (ex....
SrdjanK Perl
srdjank_perl
Offline Send Email
Nov 9, 2004
4:54 pm
1639
Allo! My ISP is complaining about one my my Perl script. The script is taken to much resource from the server. The script run smoothly for a certain period,...
Gilles Beauregard
balour_2000
Offline Send Email
Nov 11, 2004
12:34 am
1640
Can any send me the code .. to send email in per using SMTP .. Waiting .. ... Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com [Non-text...
Sahil Gupta
leo1981sahil
Offline Send Email
Nov 11, 2004
7:23 pm
1641
Hi, I am trying to create a complex datastructure in perl corresponding to a class in C++ , but have been doing it unsuccessfully. Can anyone help? I have...
ankurb1
Offline Send Email
Nov 19, 2004
9:21 pm
1642
Try Net::SMTP http://search.cpan.org/~gbarr/libnet-1.19/Net/SMTP.pm...
Rex
perl_jam03
Offline Send Email
Nov 23, 2004
6:07 pm
1643
Hi! Why I receive messages from this group? I choose the "No e-mail" option in the "Edit My Membership" section, but in any case I get these messages. I don't...
Nicolay A. Vasiliev
apatit_ru
Offline Send Email
Nov 24, 2004
6:14 pm
1644
You can use the Benchmark module. I guess it comes woth the default perl installation itself. Or else you can download it from CPAN. You can read the...
Neeraj KUMAR
ambitiousboy1
Offline Send Email
Nov 25, 2004
4:50 pm
1645
I'm using the latest activeperl IDE and perlbuilder on windows. The problem is i can't even open a text file for reading. The file is in the right directory...
caofangfrank
Offline Send Email
Nov 29, 2004
7:09 pm
Messages 1616 - 1645 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