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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 22742 - 22771 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22742
... acummingsus> (I'm guessing that something *really* happens to either the inode(s) acummingsus> and/or the index_or_recording_or_what_keeps_track of the...
merlyn@...
merlynstoneh...
Offline Send Email
Feb 1, 2006
10:05 am
22743
interrobang mentioned : => My main program, index.cgi, has a line near the top that says "use => Schedule.pm;". Inside Schedule.pm, I want to refer to my root...
Stef
svb_paardekraal
Offline Send Email
Feb 1, 2006
11:18 am
22744
While not a Perl guru, hence my subscription to this group, I have to concur with your thoughts. I too have very strong suspicion that so much of the code...
Peter Dominey
pdominey
Online Now Send Email
Feb 1, 2006
3:28 pm
22745
... Peter> I too have very strong suspicion that so much of the code today is buggy Peter> and error prone because there is no strong desire or requirement to ...
merlyn@...
merlynstoneh...
Offline Send Email
Feb 1, 2006
3:37 pm
22746
... Then you will be quite happy to know I have broken my very bad habbit of using: cat <some filename>|grep <args>.. It was just the way the instructor showed...
fkleinbu@...
fkleinbu
Offline Send Email
Feb 1, 2006
4:46 pm
22747
... I've been told a guru is one who knows 10% more than the person asking the question <grin>.. ... [snip] I was recently tasked to re-write a shell script...
fkleinbu@...
fkleinbu
Offline Send Email
Feb 1, 2006
4:58 pm
22748
Hello to all How I can get the files of a directory, how i can store the list in an array? By example: if I need to know all the files contained in c:\windows?...
Abraham González
americotiza
Offline Send Email
Feb 1, 2006
8:45 pm
22749
... Hash: SHA1 ... Abraham, What have you tried and have had fail? This is a fairly straightforward and simple problem and the ways of doing this are legion....
Peter L. Berghold
blue_cowdawg
Offline Send Email
Feb 1, 2006
9:02 pm
22750
... http://groups.yahoo.com/group/perl-beginner/message/22608 For starters, there's a recent thread that I know about. my (acummingsus) script puts names of...
acummingsus
Offline Send Email
Feb 2, 2006
7:36 am
22751
... Also, spend the coin and get yourself a copy of "Learning Perl on Win32".. Winders environments can cause you much grief.. Trust me on that one.. flk k...
Frank Kleinburg (el O...
fkleinbu
Offline Send Email
Feb 2, 2006
1:21 pm
22752
try this I use File::Searcher; my $search = File::Searcher->new('*.cgi'); $search->add_expression(name=>'street', search=>'1234 Easy St.', replace=>'456 Hard...
jabir ahmed
jabirahmed
Offline Send Email
Feb 2, 2006
1:33 pm
22753
THANKS TO ALL ... -- Abraham González C. gcc.abraham@... VISITA MI ESPACIO EN MSN http://spaces.msn.com/members/gccabraham/ [Non-text portions of this...
Abraham González
americotiza
Offline Send Email
Feb 2, 2006
2:39 pm
22754
... Frank> Also, spend the coin and get yourself a copy of "Learning Perl on Frank> Win32".. Winders environments can cause you much grief.. Trust me on ...
merlyn@...
merlynstoneh...
Offline Send Email
Feb 2, 2006
3:03 pm
22755
What you think about the book: Professional Perl Programming? Regards! ... -- Abraham González C. gcc.abraham@... VISITA MI ESPACIO EN MSN...
Abraham González
americotiza
Offline Send Email
Feb 2, 2006
3:16 pm
22756
Any suggestions here? Paul ... Q: What do Winnie-the-Pooh and John the Baptist have in common? A: Their middle name....
Paul Archer
tigger@...
Send Email
Feb 2, 2006
7:26 pm
22757
Interested in freelance assignment? I need help with some perl programming. I need to customize a script that I bought, and the original developer is not able...
larsbirgeringe
Offline Send Email
Feb 2, 2006
10:52 pm
22758
Hi, We have following requirement for our client in Wilton, CT Position : Web Developer Duration : Contract-to-Hire (6 Months Contract) Location : Wilton, CT ...
Iqbal
iqbal_budhani
Offline Send Email
Feb 3, 2006
9:36 pm
22759
Hello oh keepers of perl knowledge, I have a simple question for which an explanation has eluded me so far in my searching in any of the perl books I do have.....
Frank Kleinburg (el O...
fkleinbu
Offline Send Email
Feb 6, 2006
3:57 am
22760
Using & means that it's a user defined subroutine. For example: &print is a user define print and will not use Perls print function. Also, if you don't specify...
Bobby Jafari
jafari_bobby
Offline Send Email
Feb 6, 2006
4:22 am
22761
... Bobbie, Thanks for the explanation.. And I do like what it does.. Nice way to keep things straight.. But the last bit has me confused.. I place my...
Frank Kleinburg (el O...
fkleinbu
Offline Send Email
Feb 6, 2006
4:39 am
22762
According to the Perl Cookbook (O'Reilly), Chapter 10: "Calling a function as $x = &func; does not supply any arguments, but rather provides direct access to...
John J. Francini
francini@...
Send Email
Feb 6, 2006
4:44 am
22763
My understanding of it is: If you are using & - placing the subroutines at the end of the file will work. If you don't use & - then you must define the...
Bobby Jafari
jafari_bobby
Offline Send Email
Feb 6, 2006
4:44 am
22764
Subroutines needn't be defined before they are used. You can, if you want, pre-declare them to save a little time on the part of the compiler. It will find...
John J. Francini
francini@...
Send Email
Feb 6, 2006
4:47 am
22765
Dear All, I am facing problem in releted to Apache configuration. Problem is I am working on PHP code written by some one else. This PHP code contains code...
Prasanna Goupal
perl_developer
Offline Send Email
Feb 6, 2006
1:58 pm
22766
... Bobby> My understanding of it is: Bobby> If you are using & - placing the subroutines at the end of the file will Bobby> work. Bobby> If you don't use & -...
merlyn@...
merlynstoneh...
Offline Send Email
Feb 6, 2006
2:57 pm
22767
This is a Perl mailing list--and not even the Perl-CGI list, which deals with issues more like what you're describing. Try a PHP or Apache or CGI mailing list....
Paul Archer
tigger@...
Send Email
Feb 6, 2006
3:04 pm
22768
Hi I have downloaded a few CPAN modules that I think would help me, but I am having trouble installing them into my own private directories (I don't have...
buxh42a
Offline Send Email
Feb 6, 2006
4:13 pm
22769
... have you tried GREPing the makefile.pl for those directories and then editting then to your need? (ps: not so sure as to whether that would work ;) -- ... ...
Donato Azevedo
donatoufmg
Offline Send Email
Feb 6, 2006
4:21 pm
22770
... Why are you running 'perl Makefile.pl' twice? The second time overwrites the output generated the first time. Also, you might try: INSTALLDIRS=site...
Paul Archer
tigger@...
Send Email
Feb 6, 2006
4:33 pm
22771
This is what I type and get back: $ perl Makefile.PL INSTALLDIRS=site INSTALLSITELIB=$HOME/perl/private_libs Perl-5.7 provide experimental core support for...
buxh42a
Offline Send Email
Feb 6, 2006
4:54 pm
Messages 22742 - 22771 of 26720   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