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 1631 - 1660 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1646
... Hash: SHA1 ... Is activeperl the same as activestate perl? Have you tried changing / to \ In Windows, i use SiePerl (1). You could get it from gnuwin (2)....
eman
egcalso
Offline Send Email
Nov 30, 2004
5:22 pm
1647
Hello Gurus !!! Can I use Perl Threads to work in Windows 2000? I`m using Perl Version 5.8. Thanks in advace. Regards....
david_iraheta
Offline Send Email
Dec 1, 2004
4:52 pm
1648
Hi All, I'm having a multidimension array in a file like this... 23 45 76 89 99 12 32 56 88 33 . . . . Can anybody plz. tell me how to read each individual ...
Priya Thakur
priya_t04
Offline Send Email
Dec 1, 2004
4:52 pm
1649
Hi Guys !!! I need to know how to send a background process in Perl to run in Windows. Any ideas are welcome. Thanks in advanced. Regards....
david_iraheta
Offline Send Email
Dec 1, 2004
4:53 pm
1650
Can can u use, open() method or try file::IO try out these things and mail me regards prasanna ... ...
k prasanna
kprasanna_79
Offline Send Email
Dec 1, 2004
4:53 pm
1651
... You can think of a multi-dimensional array as an 'array of arrays'. To get the first element of the first array you would use: $array[0][0] More at:...
lists@...
j_y_stewart
Offline Send Email
Dec 1, 2004
7:27 pm
1652
Hi Priya, You can use this code ... dim.txt is your file.... #!/usr/bin/perl @suresh = (); open (F,"c:/dim.txt") or die "Can not open"; while (<F>) { chomp; ...
skumar
psk_suresh
Offline Send Email
Dec 2, 2004
7:57 am
1653
... skumar> @farray = join ",",split(/\s+/,$_); Huhhh? The output of split is your list. Why would you consider "joining" it with commas, making one long...
merlyn@...
merlynstoneh...
Online Now Send Email
Dec 2, 2004
5:58 pm
1654
May be this may solve ur problem........ ############################################ Ex: sample.txt contains 1 2 3 4 5 6 ...
harish harish
hharish_harish
Offline Send Email
Dec 3, 2004
5:54 pm
1655
The one way is to install Mail::Sender Perl module (look at CPAN). The part of possible code is: #!/usr/bin/perl use Mail::Sender; ... $mail_server =...
SrdjanK Perl
srdjank_perl
Offline Send Email
Dec 4, 2004
12:30 am
1656
Dear Professionals, We have the following Urgent C Unix openings for US based MNC(Pay Master) Client. Education Qualification must be...
leo_contact
Offline Send Email
Dec 4, 2004
6:18 am
1657
I have used perl Tk to do something similar. I am not sure about GD, never used it. You can Google a lot of Tk stuff and many ready-made examples Here is a...
Ken Shail
kenshail2003
Offline Send Email
Dec 6, 2004
4:38 am
1658
Hello i would like to know abt doin some graphics in perl. Basically i have a set of coordinates generated by my perl program . i need to write a prog for an...
harish sundararaj
harish85_bt
Offline Send Email
Dec 6, 2004
4:38 am
1659
Hai suresh, push(@suresh,[@farray]); why do u use square brace [@farray] it looks buggy regards prasanna perl programmer css chennai ... ...
k prasanna
kprasanna_79
Offline Send Email
Dec 7, 2004
4:30 pm
1660
In multi-dim data structure, elements are refs so inner [] is used to creat ref to list What do you say, Prasanna? Pardeep ... ...
Pardeep Kumar
pkkjb
Offline Send Email
Dec 7, 2004
9:18 pm
Messages 1631 - 1660 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