Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perlforbeginners · Perl for Beginners - Learning Perl Made Easy Here!

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 420
  • Category: Perl
  • Founded: Mar 2, 1999
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 385 - 414 of 3180   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
385 Fernando Luna <flu...
fernando_luna1 Send Email
Feb 13, 2003
10:10 pm
Hello all. I'm brand spanking new to this group. I've been using perl casually over the past few months. I've been able to run the demo for Curses as well as a...
386 hcliu70 Send Email Mar 6, 2003
2:20 am
Hi all, Can anybody point me to a piece of code that can transfer data between an HTML Form and a data table on MySQL? Any kind of help is greatly appreciated!...
387 gisellagiraffe2002
gisellagiraf... Send Email
Mar 9, 2003
10:59 pm
Hi, I'm new , my name is gisella and I would like to know if any has a freeware or share ware version of Perl and where I could geet one. Thanks Gisella...
388 Randy Robinson
rrobinsonav Send Email
Mar 9, 2003
11:19 pm
Go to: http://www.perl.com <http://www.perl.com> They also have a link to: http://www.activestate.com <http://www.activestate.com> where you can get a binary...
389 eisfaerie Mar 11, 2003
3:24 pm
Hi all, I have a file I want to be able to access from different levels. It is in the path: /home/me/public_cgi/myprogramfolder/filename I try to read/write to...
390 tvrajesh3 Send Email Mar 31, 2003
8:08 am
Hi, I am doing socket programming in Perl.I am using inet_aton function to convert from Human Readable IPaddress to 32 bit integer number. But When i print the...
391 tvrajesh3 Send Email Apr 1, 2003
11:31 am
Hi Friends, I want to do Multicasting in Perl,when iam executing the following code the following error is coming. "setsockopt: Protocol not available" ...
392 colbridgeweblogics
colbridgeweb... Send Email
Apr 9, 2003
10:46 am
http://www.colbridge.com...
393 dmorris1963 Apr 13, 2003
2:31 am
I am using perl to read a table for information which is then feed to google and returns a set of url's. it works until i get to data that contains a "&" I...
394 Tim
freelove47 Send Email
Apr 13, 2003
5:07 am
At which point in your script is it failing, on sending the data or processing the returned data? An "&" was/is a way to call a subroutine. Depending on how...
395 tvrajesh3 Send Email Apr 23, 2003
4:05 pm
Hi All, Is there any function in perl, which gives the length of array. Regards Rajesh...
396 tvrajesh3 Send Email Apr 23, 2003
4:05 pm
Hi All, Is there any function in perl, which gives the length of array. Regards Rajesh...
397 davidbsamuels May 12, 2003
6:58 pm
I wrote this script that reads from one database and inserts into another one. What I need to do is to add error handling to the script. I would like for the...
398 gregmeckes May 13, 2003
2:13 am
Couldn't you try something like: $insh->execute(@data) || print STDERR "The insert died: $@"; Greg ... Sql ... dbo. ... dbo.tbo ... Shares,dbo.tbookkeeping_tra...
399 savingsamerica Send Email May 20, 2003
3:16 am
I'm trying some per editors. Bought one not happy so I am trying others. One say's everything is ok, other when debugging says "Bad commont or file name?" I...
400 world_0f0ur_0wn Send Email May 30, 2003
11:27 am
I'm new to here and have problems with CGI form mail. I'm trying to get "birdcast.cgi" work, (It is a "Refer A Friend" cgi file used for site promotion. Please...
401 tractorridingwhore
tractorridin... Send Email
Jun 9, 2003
3:17 pm
Is Casual Sex your thing? Want to find a few girls or guys in your area? Check out the wild girls/guys on this site. ...
402 tractorridingwhore
tractorridin... Send Email
Jun 13, 2003
6:46 am
http://www.whodaresdates.com/landing.asp?afl=TYHO This site might corrupt your behavior and your thinking about how many people appear normal but inside they...
403 F Ghoghnoos
fghoghnoos Send Email
Jun 22, 2003
8:52 am
Hi everyone! I'm a UNI student ,having a question and need your help: " What does it mean that Perl is a package base language? " Thanks beforehand. with...
404 Vema Venkata
vemavenkata Send Email
Jul 1, 2003
9:05 am
For the following script can any one help me to create a log file wud be appreciated help asap rgds venkat ...
405 vanessababe2214 Send Email Jul 21, 2003
1:46 am
Should Faculty/Instructors be allowed to date their students in college? I created a profile on another site in which to receive private emails and to host...
406 vanessababe2214 Send Email Jul 22, 2003
6:21 am
I went to a fraternaty party earlier this spring and a few of the pledges of the fraternaty decided to tie me and 3 of my girl friends up with duck tape. We...
407 vanessababe2214 Send Email Jul 24, 2003
12:25 pm
http://www.Adultsexads.net/landing6.asp?afl=ur48s1 The link above can take you to see the top 100 Forbidden Sexual Acts. The results are shocking, and very...
408 keith bo
keithva27 Send Email
Jul 24, 2003
9:51 pm
why are you spamming the group? This group is about learning perl not sex acts. ... __________________________________ Do you Yahoo!? Yahoo! SiteBuilder -...
409 vanessababe2214 Send Email Jul 25, 2003
3:45 pm
WHODARESDATES had my story FEATURED on their site (http://www.whodaresdates.com/landing.asp?afl=TYHO) this week. All those long night studing all semester,...
410 susan_anil007 Send Email Jul 25, 2003
10:30 pm
can any one explain what is CGI and the role of perl in CGI. and explain the execution of perl program with an example.thx...
411 susan_anil007 Send Email Jul 25, 2003
10:31 pm
what is the perl program(code) to illustrate the nesting of subroutines....
412 mcyudd Jul 26, 2003
12:16 pm
What do you mean with nested subroutine? Recursive? If you mean recursive, then just call the subroutine inside the subroutine itself. eg. sub recursv { my $n...
413 mcyudd Jul 27, 2003
1:02 pm
Short answer: Buy a book! Kidding. Hi Susan, It will be take time to explain what cgi is, and I don't think anyone would answer that question. I recomend you...
414 vanessababe2214 Send Email Jul 28, 2003
7:31 am
I was interested too so I found this guy on the internet and asked him to meet me outside of my office building late one night, when I got off of work. We...
Messages 385 - 414 of 3180   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help