Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? 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 23136 - 23165 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23136
Dear Members, The Hacking community need to be exposed to the world of hacking as it is done all over the world. The Hackers need to grow and come up on the...
killer_pulsar
Offline Send Email
Apr 2, 2006
11:22 am
23137
Hi All, Any idea's as to how I should go about installing one of the above modules. PPM is unable to find the modules and I get the error below: ppm> i...
Bobby Jafari
jafari_bobby
Offline Send Email
Apr 3, 2006
12:06 am
23138
... There are very few modules at that repository: http://www.soulcage.net/PPDS.58/ Use a different repository. See the PPM documentation for more information....
Damien Carbery
daymobrew
Offline Send Email
Apr 3, 2006
8:33 am
23139
vvHi, Are you a software byer or a small company who is looking to outsource his projects to an offshore partner? or are you a coder,company who is looking for...
coderlance1
Offline Send Email
Apr 3, 2006
4:49 pm
23140
Hey all, wondering if a CGI can be an entry point for a web app as the default request for a directory. For example if I put index.html or index.asp or...
David Seruyange
idmkid
Offline Send Email
Apr 3, 2006
11:21 pm
23141
... Most CGI scripts (even non-Perl scripts) are given the extension *.cgi. So index.cgi would be a valid CGI but the web server must be configured so that it...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Apr 4, 2006
12:21 am
23142
Dear Friends, Is there any way to Clear all the elements of all arrays in a program by a Single Command. Joshy...
joshypy
Offline Send Email
Apr 4, 2006
7:07 am
23143
... see 'perldoc perldata' page. You can also gain some minuscule measure of efficiency by pre-extending an array that is going to get big. You can also extend...
Damien Carbery
daymobrew
Offline Send Email
Apr 4, 2006
11:43 am
23144
I have two file, first.txt and second.txt first.txt Hello i am first text file ... Second.txt Hello i am second text file ... i want to insert data from...
Mirza Abdullah Jan
jan576pk
Offline Send Email
Apr 4, 2006
8:39 pm
23145
... Mirza> I have two file, first.txt and second.txt Mirza> first.txt Mirza> Hello i am first text file Mirza> ----------- Mirza> ------- Mirza> ---...
merlyn@...
merlynstoneh...
Offline Send Email
Apr 4, 2006
8:56 pm
23146
David Seruyange <idmkid@...> wrote: Hey all, wondering if a CGI can be an entry point for a web app as the default request for a directory. For...
JC
jchaser
Offline Send Email
Apr 4, 2006
10:01 pm
23147
Hi friends, We can download good tutorials in pdf format from http://itguide.tk/ Nice interview questions also there.Try it. Cheers, Isha ... Yahoo! Messenger...
Isha B
isha_b2006
Offline Send Email
Apr 5, 2006
4:40 am
23148
Dear Friends, Anybody has any idea about the Perl Garbage Collector. Give me Some tips to know and how to implement it in programs. I hope it helps in clearing...
joshypy
Offline Send Email
Apr 5, 2006
4:53 am
23149
... joshypy> Anybody has any idea about the Perl Garbage Collector. Give me Some joshypy> tips to know and how to implement it in programs. I hope it helps in ...
merlyn@...
merlynstoneh...
Offline Send Email
Apr 5, 2006
6:48 am
23150
Hello friends, What is the method I should use to access a hash whose name is stored in another variable? Kindly consider the below code: #!/usr/bin/perl my...
Sreeram B S
sreeramabsc
Offline Send Email
Apr 5, 2006
10:51 am
23151
hi , Hope this works for you... we can use foreach or while loop to printout the keys & values in an hash... Also, you need to refer a hash or an array to a...
KalyanRaj
kalyanrajs@...
Send Email
Apr 5, 2006
11:35 am
23152
Hi all, I am trying to learn how to use hashes but I am a little bit lost: If I create a hash like: %Hash = (1,2,1,3,1,4,1,5); And try to obtain its keys and...
Oscar Moya
omoya@...
Send Email
Apr 5, 2006
11:58 am
23153
Hi Oscar, In your first example: %Hash = (1,2,1,3,1,4,1,5); The 1's are the keys and therefore the value of the hash just gets reset. Your key must be unique. ...
SHootonJ
jonathan7461
Offline Send Email
Apr 5, 2006
12:07 pm
23154
a hash is a list of tuples, value - key. keys are unique (no duplicates in keys). A Hash is not sorted. So for your first "hash": There is only one key, the 1....
Lange Gunter, CH
gtigerl
Offline Send Email
Apr 5, 2006
12:12 pm
23155
Hello all, I am trying to figure out a way to do something in Perl, and would appreciate y'alls opinion. I have a Perl script that I run each night to gather...
Roman Daszczyszak
romandas
Offline Send Email
Apr 5, 2006
2:03 pm
23156
... That's up to you Roman. With low volume as you seem to be talking about a flat file may actually be more efficient. Future application development may be...
Marty Landman
marty12494
Offline Send Email
Apr 5, 2006
2:24 pm
23157
... #don't forget, even (especially!) in an example use strict; use warnings; ... No it doesn't. What the OP was talking about was 'soft references' (ie. ...
Paul Archer
tigger@...
Send Email
Apr 5, 2006
2:31 pm
23158
I just got into a similar project (parsing NFS log files), and had the same decision to make. In my case, I know my data set is going to get large enough to...
Paul Archer
tigger@...
Send Email
Apr 5, 2006
2:40 pm
23159
... Roman> Now, given the relatively small amount of information gathered right Roman> now, I think a flat file is fine. However, if someone can point me at ...
merlyn@...
merlynstoneh...
Offline Send Email
Apr 5, 2006
2:53 pm
23160
... program ... array. ... and if in case you wish to remove the array entirely: @whatever = (); undef @whatever; cheers yogesh...
Yogesh Sawant
yoga_sawant
Online Now Send Email
Apr 5, 2006
3:40 pm
23161
... I think they don't teach enough analysis in school. How are you using this data? Do you, most of the time, look up single records? Or do you use it all to...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Apr 5, 2006
3:41 pm
23162
I'm going to apologize now for me being very, very new to perl. I've just started learning about arrays and reading files. It's better for me to talk to...
Robin
shadowsolcom
Offline Send Email
Apr 5, 2006
7:21 pm
23163
... I've ... for ... talking ... text ... direction ... word, ... them to ... A couple of suggestions :-) At the top of your program, (after the #!... line),...
a_z0_9_blah
Offline Send Email
Apr 5, 2006
7:39 pm
23164
Thanks for the help :-)...
Robin
shadowsolcom
Offline Send Email
Apr 5, 2006
8:01 pm
23165
... "use warnings;" seems to be the new Right Way To Do It, but I've yet to see an explanation for why it's preferable to -w. What are the reasons for...
Chad Perrin
perrin@...
Send Email
Apr 5, 2006
8:18 pm
Messages 23136 - 23165 of 26718   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