That's good researching Greg, thanks, but if we don't have a list moderator here, we'll always have the same problem. I've set up perl-beginners@yahoogroups. ...
Hello, I need members help on this:- I wish to search a html guestbook for a particular word lets say Jim and if the word Jim is found , to display the records...
... nimbus3.internetters.co.uk id fA10FXN22309 ... conduit, Homestead cannot monitor user websites, but we respond to breaches of our user agreement when we...
Hello, Normally you would download it from dbi.symbolstone.org/ Unfortunately the site's down right now (it's been discussed on and off all day on the dbi...
This should get your machine hooked up to CPAN: perl -MCPAN -e shell I've always done it as root, so I'm not sure if that's necessary or not. But that will...
I remember working on this one linux box at stanford and it had this perl line command utility that would automatically install perl modules for you. I think...
Hi Mike, If you've had great success then send them an email ask them to give our admin back his admin priviledges. Right now we have no admin because they ...
Is there any way to do this easily... $string="whatever"; $doesntmatter="crap"; $var="+ / *"; $string=~ s/$doesntmatter/$var/g; without getting an nested...
Hi - Ive put myself on no-mail here (at work)... - Read replies at home. But just saw a few messages here re asking Yahoo to boot the old owner/moderator out -...
This list, and many others, has recently been the target of SPAM. Because, for some reason, our list owner has been denied moderator priveleges, we have been...
Folks, I think this new group being formed is the wrong solution to the problem. Firstly, you'll have new people out there who want to join a PERL group for ...
Egads. Yahoo tells me I'm not subscribed to any groups but I keep getting PBML listings. Any suggestions about how to get off this list? gorden@... --...
When I put warnings on and have a block of printed text with print<<END; or print<<"END"; it gives me a warning "Use of uninitalized value at (filename) ...
A look at the source of these messages reveals that they appear to originate from cheetah.nocdns.com A whois search reveals: Domain name: nocdns.com ...
*PAUL HARDING, *HARRISON PHILLIPS, *JOHN WEILDING AND *SANDRA MCNEIL, ALL WELL KNOWN, HIGHLY RESPECTED WRITERS FOR COMPANIES LIKE ZDNET, CNET, YAHOO MAGAZINE,...
Ps to prev message... If I have URL.netfirms.com/cgi-bin/e/pics The 'pics' sub-directory is set, to be running CGI / Perl files - & not set as a normaL HTML...
Hello while using win32 Api in perl u use following type as parameter. I: value is an integer N: value is a number (long) P: value is a pointer (to a string,...
... <cut> ... Does CGI::Cookie just write client-side javascript to set the cookies or are the cookies being set in some other way? Just wondering as I was...
... From: "Charles K. Clarkson" <cclarkson@...> To: <perl-beginner@yahoogroups.com> Sent: Wednesday, October 31, 2001 12:53 AM Subject: Re: [PBML] 0..99...
I would appreciate very much if members could tell me an easier way to write
the undermentioned.
I could not figure out how to intergrate this operator 0..99...
Does anyone know how to span multiple lines in a variable load? I'm trying to load a sql statement, the following statement is just for testing, the one I...
Hi - Before i forget.. BOLD TEXT - Highlighting only - I know not to use bold in the script Last night i was designing a cgi script for a friend.. I have 2...
*PAUL HARDING, *HARRISON PHILLIPS, *JOHN WEILDING AND *SANDRA MCNEIL, ALL WELL KNOWN, HIGHLY RESPECTED WRITERS FOR COMPANIES LIKE ZDNET, CNET, YAHOO MAGAZINE,...
Hello group, I've been seeing all this dialogue regarding CGI::Cookie. I know in ColdFusion alot of the tags just generate JavaScript on the client side that ...
Hello I wanted to be enlightened regarding widget concept. 1. What is widget about? 2. When to use it ? 3 How to create or use it ? I have seen some_code...
... Hi, I'm trying to convert a string in a scalar from all uppercase to only being uppercase when the letter isn't preceeded by another letter or a '. Is...
Hi, I have this code: if (/:\s*92;d{1,3}\.\d{1,3}\.\d{1,3}\.92;d{1,3}:/) { my $host = gethostbyaddr (&inet_aton ($_Globals{IP_ADDR}), AF_INET) or die "je ne peux...