... 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...
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...
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> 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 ...
... 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...
... 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...
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?...
... 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....
... 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...
... 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...
try this I use File::Searcher; my $search = File::Searcher->new('*.cgi'); $search->add_expression(name=>'street', search=>'1234 Easy St.', replace=>'456 Hard...
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...
... 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 ...
Any suggestions here? Paul ... Q: What do Winnie-the-Pooh and John the Baptist have in common? A: Their middle name....
Paul Archer
tigger@...
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...
Hi, We have following requirement for our client in Wilton, CT Position : Web Developer Duration : Contract-to-Hire (6 Months Contract) Location : Wilton, CT ...
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.....
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...
... 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...
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@...
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...
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@...
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...
... 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 & -...
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@...
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...
... 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 ;) -- ... ...
... 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@...
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...