Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perl-beginner · Perl Beginners Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3766
  • Category: Perl
  • Founded: Aug 2, 1998
  • 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 21519 - 21551 of 27463   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
21519 acummingsus Send Email Aug 1, 2005
9:09 am
... # line 9 is the next line ... al@p2bs103:~$ perldoc perlre > plre.txt (opens the text file plre.txt in the Kate editor, KDE desktop, Slackware 10.1) ...
21521 Jeff 'japhy' ...
evilffej Send Email
Aug 1, 2005
11:38 am
... It's not an error, it's a warning. ... Because Perl prefers you use $<DIGIT> outside of the *actual* regular expression. The right-hand side of an s/// is...
21522 acummingsus Send Email Aug 1, 2005
7:50 pm
... [ why the error ] ... regex, but ... \1 is a part of a capturing group. And, capture group is part of the m for match a.k.a "regex" a.k.a. m/(.)\1/;...
21523 apsawant Send Email Aug 2, 2005
1:44 am
Hi All, I am a beginner in perl. I want to separate the contents of a file (shown below) into different files. ... 10.05.2005 10:00 - amit 10.05.2005 10:10 -...
21524 Huaer XC
xcjia Send Email
Aug 2, 2005
2:01 am
... #/usr/bin/perl -w my $file = 'file.&#39;; open(FI,"< DATA") or die "cant open Date: $!"; foreach (<FI>) { if (/^\d\d\.(&#92;d\d)\..*/) { open(FO, ">> $file$1") or...
21525 johnbr123zzz Send Email Aug 2, 2005
2:07 am
I have a fairly long script and want to use a hash to collect data. This hash will need to be accessed by a number of subroutines, each of which will add or...
21526 a_z0_9_blah Send Email Aug 2, 2005
7:35 am
... different ... [...] ... containing ... this ... Hello Amit This is a faily simple problem. What have you tried so far? We will be eager help you when we...
21527 a_z0_9_blah Send Email Aug 2, 2005
7:41 am
Hi Again You may also want to look at the substr function which will also be on the same perldoc web page as the one containing the redo function. Chris...
21528 acummingsus Send Email Aug 2, 2005
7:41 am
... Most of what I learned about scope I learned from Randal Schwartz's writings. His "Learning Perl" book and Linux Magazine Perl articles are great, super. ...
21531 Prasanna Goupal
perl_developer Send Email
Aug 2, 2005
8:36 am
Hi, Please use following code. ####################################################### #!/usr/bin/perl use strict; my $line; while($line = <STDIN>) { my @array...
21532 aditi gupta
aditi9783 Send Email
Aug 2, 2005
8:57 am
hello everybody, I have tried configuring as advised by the group but still it is displying the message 'page cannot b displayed'. Start Settings Control Panel...
21533 Charles K. Clarkson
charlesclarkson Send Email
Aug 2, 2005
12:54 pm
... Use an object. Most are hash based and passing them by reference is pretty automatic. You also can create customized subroutines to ease data changes. HTH,...
21534 Jeff 'japhy' ...
evilffej Send Email
Aug 2, 2005
1:36 pm
... Well, the preferred way would be, as you've said, to use references. There's plenty of standard documentation to help you learn about them, and a good...
21535 Ken Shail
kenshail2003 Send Email
Aug 2, 2005
8:26 pm
Don't forget that you have to access your script via a browser. If you simply use "my computer" or windoze explorer and click on the web page it will not run...
21536 Ken Shail
kenshail2003 Send Email
Aug 2, 2005
10:03 pm
Forget my earlier email on this thread. I just made a test and got similar similar results to you with my scripts (that are in c:\Intepub&#92;wwwroot) because in...
21537 chalitame Send Email Aug 3, 2005
9:32 am
Hi, I joined this group in hopes of learning PERL or more truthfully get help with what I learned thus far about PERL for my website. I am not looking at...
21538 Charles K. Clarkson
charlesclarkson Send Email
Aug 3, 2005
9:47 am
... A good practice amongst web designers is separating design and data. CSS does design while HTML (or xhtml) holds data. CGI scripts can do the same thing....
21539 chalita remeraz
chalitame Send Email
Aug 3, 2005
12:37 pm
Oh thank you Charles. This sounds like a wonderful thing, but where do i look at it? Sorry if I am a bother. Chalita. "Charles K. Clarkson"...
21540 Charles K. Clarkson
charlesclarkson Send Email
Aug 3, 2005
1:54 pm
... CPAN is your friend. http://www.cpan.org/misc/cpan-faq.html#Where_find_Perl_modules HTH, Charles K. Clarkson -- Mobile Homes Specialist 254 968-8328...
21541 johnbr123zzz Send Email Aug 3, 2005
8:51 pm
Thanks for all your replies. Your advice (and examples) has helped to clarify what I need to do now and what would be nice to do in the future. Regards John ...
21542 alphaeus_perl Send Email Aug 4, 2005
2:53 am
Hi, We have a few great opportunities for Perl, Unix/linux/solaris professionals in Bangalore, India. The companies are some of the best to work for in the...
21543 acummingsus Send Email Aug 4, 2005
3:58 am
Hi, $del = 0, s/^.*\n//, if /-- no history end --/; Is it safe to say it like ^^that^^ ? (it works). -- I've code and __DATA__ enclosed that does the desired...
21544 Damien Carbery
daymobrew Send Email
Aug 4, 2005
11:09 am
... You can use the range operator (".." or "...") to achieve the same thing, without having to use a flag variable ($del). Simply change your 'while&#39; loop to:...
21545 Jenda Krynicky
jendaperl Send Email
Aug 4, 2005
4:06 pm
From: "alphaeus_perl" <alphaeus_perl@...> Subject: [PBML] PERL & UNIX Expert!!! ... What makes you think you'll find experts in a...
21546 Ron Goral
subscriptions@... Send Email
Aug 4, 2005
4:22 pm
... Perhaps I'll be banned too, but... While job advertisements do not belong on this list, neither do racial or personal angst posts. I do not appreciate...
21547 hooyar66 Send Email Aug 4, 2005
4:36 pm
... <subscriptions@u...> ... the best ... Bangalore ... 9 ... definitely ... Thanks. ... or ... job ... I've ... another ... speaking ... surprise ... racial...
21548 keslerdan Send Email Aug 4, 2005
6:44 pm
IF you have any good experieeeeeec with one please let me know. I prefer not to be bound to Paypal only.... Thanks Danny...
21549 ATEEQ Send Email Aug 4, 2005
8:20 pm
Hello, I have a feeling that the posting of this message was a loss of temper due to an inordinate volume of spam... I agree that posting jobs in this group is...
21550 Prakash
prakash@... Send Email
Aug 4, 2005
8:30 pm
dear jenda, I think you are just pissed of for some personal reasons..i think somebody decided to give a project to a smart indian instead of you ?? :-)) inst...
21551 Prakash
prakash@... Send Email
Aug 4, 2005
8:34 pm
how can she be such a nazzi and be the owner of this group.. if i am going to be blocked for saying this please do block me .. i dont want to be in a group...
Messages 21519 - 21551 of 27463   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