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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1605 - 1634 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1605
Hi all, here is what I have already done, followed by what I need to do, and I hope someone here can/will help.. At one point in my application, the user wants...
huxjones
Offline Send Email
Sep 1, 2004
3:16 pm
1606
hi people i have a small problem.... i would like to know how to create 2 dimensional arrays in perl...i'm not able to find this in any of the perl books..... ...
harish sundararaj
harish85_bt
Offline Send Email
Sep 2, 2004
12:33 pm
1607
... You don't. What you can do is to create an array, the elements of which are references to other arrays. Look at the "perlref" man page, especially the part...
fischron.external@...
dodekaedergu...
Offline Send Email
Sep 2, 2004
12:56 pm
1608
... harish> i have a small problem.... harish> i would like to know how to create 2 dimensional harish> arrays in perl... Perl doesn't have formal...
merlyn@...
merlynstoneh...
Offline Send Email
Sep 2, 2004
6:48 pm
1609
Hi, I'm writing a perl script that would basically do a query and send the results through email. This part shows the result for me... I've omitted stuff like ...
jocua.rm
Offline
Sep 15, 2004
3:50 pm
1610
According to the documentation of MIME::Lite: <doc> Data Alternative to "Path" or "FH". The actual message data. This may be a scalar or a ref to an array of...
El Rex
perl_jam03
Offline Send Email
Sep 15, 2004
11:09 pm
1611
You can't use @row. You have to use $row instead....
Mike Southern
mikesouthern
Offline Send Email
Sep 15, 2004
11:37 pm
1612
Thanks... I will try your suggestions. ... may be ... message ... array. ... instead of ... you get ... dereferencing ... screen ... send...
jocua.rm
Offline
Sep 16, 2004
8:34 pm
1613
Hi everyone, I have a serious problem with my cgi file. For days I've been trying to make it work. Always the same error message: Premature end of script...
superlathe
Offline Send Email
Sep 18, 2004
6:32 pm
1614
Hi Santhi, I downloaded the Sybase Module in the CPAN archives... I got this file sybperl-2.17.tar.gz I used the following commands to install this module... ...
jocua.rm
Offline
Sep 23, 2004
6:38 pm
1615
Hi, I have a Perl 5.6.1 running on a Linux box. I downloaded the sybperl 2.171 module from http://www.peppler.org/downloads/ Then I copied this file to this...
jocua.rm
Offline
Sep 28, 2004
8:08 pm
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
Messages 1605 - 1634 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