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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1647 - 1676 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1661
Thats right, But here in this context push doesnt work, and u can straight away push two array.. i checked its working... try out and send me mail ...
k prasanna
kprasanna_79
Offline Send Email
Dec 8, 2004
8:18 am
1662
Hi, Thanks for your reply and positive comment. Yeah... it's working. You will get the same result by making use of my code. If you want to print the same...
skumar
psk_suresh
Offline Send Email
Dec 8, 2004
5:06 pm
1663
... 1 2 3 4 5 6 7 8 9 10 ... #!/home/vtools/bin/perl open(INF, "$ARGV[0]") || die "Unable to open $ARGV[0]\n" ; print "\n"; while (<INF>) { @new = split;...
Pardeep Kumar
pkkjb
Offline Send Email
Dec 8, 2004
5:07 pm
1664
Hello, I have an important question about session management in Perl. I have a site that has a memberzone and I would to track each username in order to...
kjhseka
Offline Send Email
Dec 9, 2004
7:19 pm
1665
Hello Please look at the error mesg generated by the following command. $ perl sample11.pl perl: error while loading shared libraries: ...
com bio
combiofriends
Offline Send Email
Dec 9, 2004
10:10 pm
1666
Hi, I've a problem with a pretty complex bit of perl when trying to run it on a 64bit opteron macnine. The error message is Can't modify reference constructor...
paul_wrighton
Offline
Dec 13, 2004
5:56 pm
1667
Hi, I want to make a lesson center for learning perl. It will be a multi-language lesson center.. I also need your help, you will be paid for working.....
redstarfcs
Offline
Dec 14, 2004
5:07 pm
1668
... I'd be interested in PHP and Javascript Walter...
jsWalter
otrwalter
Online Now Send Email
Dec 14, 2004
5:49 pm
1669
... How do we contact you to find out more? James. -- James Stewart : Freelance Web Developer Work : http://jystewart.net Play :...
James Stewart
j_y_stewart
Offline Send Email
Dec 14, 2004
5:57 pm
1670
Its a good idea to start a lesson center. Please go ahead. Thanks and Regards Pradeep ... __________________________________ Do you Yahoo!? Read only the mail...
Pradeep Kumar S
pradeep19_iitm
Offline Send Email
Dec 15, 2004
8:10 am
1671
hi, i am working on perl scripting. ANy help from myside. ===== Thanks and Regards, Sai Krishna P Software Engineer Cell No: 09848158784 ...
sai krishna
krispee525
Offline Send Email
Dec 15, 2004
4:48 pm
1672
How will this work? ... From: redstarfcs To: perl_official@yahoogroups.com Sent: Tuesday, December 14, 2004 4:08 PM Subject: [Perl] Start a Lesson Center Hi, I...
Ken Shail
kenshail2003
Offline Send Email
Dec 15, 2004
7:44 pm
1673
I get "Use of uninitialized value in subroutine entry at /usr/local/lib/perl5/site_perl/5.8.5/i686-linux/Cache/FastMmap.pm line 554." anyone has any idea what...
rajib505
Offline
Dec 21, 2004
11:40 pm
1674
Hi, r u using "use strict " or "use warnings" in ur program. harish ... /usr/local/lib/perl5/site_perl/5.8.5/i686-linux/Cache/FastMmap.pm ... ...
harish harish
hharish_harish
Offline Send Email
Dec 22, 2004
8:42 am
1675
... You're probably more likely to get a useful response if you show us some of the code which you were using when this error came up. James. -- James Stewart...
James Stewart
j_y_stewart
Offline Send Email
Dec 22, 2004
8:42 am
1676
Hello, i have problems with shared libraries.to be specific.. when i run a perl program as below $perl sample.pl it give the following error. perl: error while...
com bio
combiofriends
Offline Send Email
Dec 24, 2004
6:20 pm
Messages 1647 - 1676 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