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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 22331 - 22360 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22331
Hello friends, I have one task to be achieved. The task is as follows: (a) Ask for user to input a long word having '_' (underscore) embedded in it. (b) Now,...
Sreeram B S
sreeramabsc
Offline Send Email
Dec 1, 2005
8:12 am
22332
... If you are *sure* the first character after a '_' is going to be a letter, your approach is fine. Otherwise, you'll need to work a little harder. If you...
Jeff 'japhy' Pinyan
evilffej
Offline Send Email
Dec 1, 2005
1:57 pm
22333
... Hello Jeff, Thanks for the detailed explaination of both the methods. However, I failed to clealy understand the first portion of the regex ie...
Sreeram B S
sreeramabsc
Offline Send Email
Dec 2, 2005
4:45 am
22334
Dear All I need a free graphical software for PERL. Please any body let me know about it . Thank Mirza Abdullah Jan ... Hello Jeff, Thanks for the detailed...
Mirza Abdullah Jan
jan576pk
Offline Send Email
Dec 2, 2005
9:19 am
22335
... (?:...) is like (...) in that it groups a bunch of regex pieces together as a unit, so you can say /a(?:bc)+/ and it'll match "abc", "abcbc", "abcbcbc",...
Jeff 'japhy' Pinyan
evilffej
Offline Send Email
Dec 2, 2005
1:48 pm
22336
Hi, Been working on picking up perl for cgi type stuff, and while I have the basics down, I cannot seem to figure out what I believe should be a relatively...
Robert
rshprd57
Offline Send Email
Dec 3, 2005
7:20 pm
22337
Greetings! I'm having what I assume is another "stupid newbie problem" and would really appreciate any help understanding it. The script below is only supposed...
Bill Walton
bill_walton7...
Offline Send Email
Dec 3, 2005
8:06 pm
22338
... Did you read the documentation for the index() function? It returns -1 if the substring wasn't found in the string, NOT 0. ... You don't want next if (not...
Jeff 'japhy' Pinyan
evilffej
Offline Send Email
Dec 3, 2005
8:31 pm
22339
... This is an HTML question, not a perl question. Using Google I easily found these two links. www.w3schools.com/html/html_backgrounds.asp ...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Dec 3, 2005
8:48 pm
22340
... From: Jeff 'japhy' Pinyan To: perl-beginner@yahoogroups.com Sent: Saturday, December 03, 2005 2:31 PM Subject: Re: [PBML] Problem with 'if' evaluation ... ...
Bill Walton
bill_walton7...
Offline Send Email
Dec 3, 2005
8:49 pm
22341
I hope this is mostly a perlish question. I have tables that look something like this: +----+------------+----------+------+------+------+ ... ...
Jonathan Mangin
jon.mangin@...
Send Email
Dec 5, 2005
3:33 pm
22342
... Jonathan> I hope this is mostly a perlish question. Jonathan> I have tables that look something like this: Jonathan>...
merlyn@...
merlynstoneh...
Offline Send Email
Dec 5, 2005
4:09 pm
22343
... Jonathan> I don't know where you got the idea I'm trying to sum anything. Jonathan> Did you look at my question? Sorry, I ignored your code, because it had...
merlyn@...
merlynstoneh...
Offline Send Email
Dec 5, 2005
4:13 pm
22344
... From: "Randal L. Schwartz" <merlyn@...> To: "Jonathan Mangin" <jon.mangin@...> Cc: <perl-beginner@yahoogroups.com> Sent: Monday,...
Jonathan Mangin
jon.mangin@...
Send Email
Dec 5, 2005
4:21 pm
22345
I'm wondering if I have perl installed correctly. The script below prints 'Hello world!", and *only* that. #!/usr/bin/perl -w use warnings; $TestString="Hello...
Bill Walton
bill_walton7...
Offline Send Email
Dec 5, 2005
5:05 pm
22346
... Bill> I'm wondering if I have perl installed correctly. Bill> The script below prints 'Hello world!", and *only* that. Bill> #!/usr/bin/perl -w Bill> use...
merlyn@...
merlynstoneh...
Offline Send Email
Dec 5, 2005
5:19 pm
22347
... When you included the "use strict" pragma variables must be declared via "use vars" or localised via "my" or be fully-qualified (package name) URL:...
J.E. Cripps
cycmn@...
Send Email
Dec 5, 2005
5:39 pm
22348
... What should the data in %val look like? I assume you have confused the array starting index as 0 and as 1 at various points of your code. I also assume...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Dec 5, 2005
5:55 pm
22349
... errors." [ . . ] ... [ . . ] ... perldoc name_of_perl_module (case sensitive IOW case must match that of module's actual case) perldoc strict ...
acummingsus
Offline Send Email
Dec 5, 2005
7:45 pm
22350
Here is the source from a hangman game I just coded. To run you'll have to install Color::Output.pm. Any critiques are always nice. #/usr/bin/perl use strict; ...
Robin
infusedlight
Offline Send Email
Dec 5, 2005
8:01 pm
22351
It's true enough, I have a hard time asking questions properly owing to wide and deep ignorance. I include a snippet of table only to show "normalized"...
Jonathan Mangin
jon.mangin@...
Send Email
Dec 5, 2005
9:05 pm
22352
Robin, this is a nice program. Some things I would change, though, are: 1.) Don't ask the user for a word. Instead, pick a word at random from the machine's...
Cy Kurtz
ckurtz11@...
Send Email
Dec 5, 2005
11:08 pm
22353
... You can become less ignorant by learning. Many of traits needed for asking good questions are also the traits needed to be a good programmer. ...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Dec 6, 2005
3:04 am
22354
Hi, I have two quries. If any one has idea about it, then please reply me. First Query ---- $ref is reference. How can i know that this is reference of hash or...
Prasanna Goupal
perl_developer
Offline Send Email
Dec 6, 2005
10:27 am
22355
I have a query that returns data like this: date time class type val1 val2 time_format(time,'%H%i') 2005-08-01 04:02:00 A O...
Jonathan Mangin
jon.mangin@...
Send Email
Dec 6, 2005
2:11 pm
22356
... Prasanna> $ref is reference. How can i know that this is reference Prasanna> of hash or reference of array. It's a bad design to not know. But if you...
merlyn@...
merlynstoneh...
Offline Send Email
Dec 6, 2005
2:56 pm
22357
... Jonathan> I have a query that returns data like this: Jonathan> date time class type val1 val2 time_format(time,'%H%i') Jonathan>...
merlyn@...
merlynstoneh...
Offline Send Email
Dec 6, 2005
3:05 pm
22358
Dear Members, I have an interview for Perl programmer. Can anybody give me where i can get a quick look of perl interview questions. Even though i am working...
Swaroop Kumar
swaroop_t_mca
Offline Send Email
Dec 6, 2005
4:23 pm
22359
Dear Member, I have a regular expression. How can i find the no.of matchings of the regular expression. First, Second ...matchings i know as $1,$2... Regards...
Swaroop Kumar
swaroop_t_mca
Offline Send Email
Dec 6, 2005
4:26 pm
22360
... Swaroop> I have an interview for Perl programmer. Can anybody give me Swaroop> where i can get a quick look of perl interview questions. Even...
merlyn@...
merlynstoneh...
Offline Send Email
Dec 6, 2005
4:33 pm
Messages 22331 - 22360 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