... Mike> If ($hari_writes_again == "y") { Don't use == where you mean eq, unless that was part of the joke. Mike> &suggest_long_walk_off_short_pier; Mike>...
... Or the even cleaner and simpler: if ($hari_writes_again) { ... There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this ...
Paul Archer
tigger@...
Apr 1, 2005 4:06 pm
20766
Your computer is at risk; protect your credit card, and personal info. download this free software. http://www.spyware-list.info/?aid=506...
im trying to take a string(of variable length) and put ",%" in front of every 8th character like $input_string = "000000000000000000"; #routine here ...
... Try: s/(.{8})/$1,%/g; But you need to add zero length assertions if you want to avoid placing ,% at the end of a string when the number of characters is a...
Jonathan Paton
jepaton@...
Apr 3, 2005 12:24 pm
20770
hi everybody i hav one question to ask i have read that we can import modules in perl like math::BigInt; where math module will transfer bigint to current ...
Hello All: What is the difference between Perl and C programming? Please let me the answer. Thanks in Advance. Vishal Kharge ... Do you Yahoo!? Yahoo! Mail -...
www.google.com/search?q=perl+vs+c ... The wonder of all the Internet security problems is that they are continually labeled as 'e-mail viruses' or 'Internet...
Paul Archer
tigger@...
Apr 4, 2005 12:06 pm
20773
Since most of the messages on this mailing list are either questions, or answers to questions, a more descriptive subject would be more appropriate. ... Yes. ...
Paul Archer
tigger@...
Apr 4, 2005 12:09 pm
20774
... Specifically: perlmod, perlmodlib, perlmodstyle. The CPAN module "Module::Starter" can also help you get started. -- Offer Kaye...
Offer Kaye
offer.kaye@...
Apr 4, 2005 12:28 pm
20775
Hi all, I've created a simple command shell (written in C) which provides an interface to a DLL. I'm also working on a Perl script to work through the command...
Hi I am new to this Group and New to Perl. I am working on Testing. I am planing to write scripts to run some programs. Can any body suggest which book is...
... machine using Perl.? ... I am going to assume that you are dealing with Unix/Linux machines because you don't state otherwise. Maybe use Net::Telnet to log...
Hi Damien, Thanks for your quick reply. I'm looking for each and every OS. I'm not sure on which OS the script will run and what all OS it will contact to. I...
Renu wrote: [ . . ] ... Does the reason to do that involve or for the web pages to be served? If it is and if it's Perl-cgi then there are Perl-cgi news lists,...
Hi Urgent requirement for MNC - Perl Professionals. We are an U.S based company looking out for candidates with hands on experience in Perl, Unix & Sybase. ...
I need some help, my efforts/ideas have ground to a halt my mind is near breaking point... Please advise me how I can get a (particular) hash array element to ...
... hooyar66> I would also like to know why (it appears) that I need to use hooyar66> "main::" hooyar66> so often - initially I did not require it, but after...
... Well, that's not a book, but since you brought it up, the Perl documentation can also be read here: http://perldoc.perl.org/ And a good starting point is...
Offer Kaye
offer.kaye@...
Apr 5, 2005 7:30 pm
20789
Speaking of documentation... I used to use www.perldoc.com quite a bit to help me out with functions I wasn't too familiar with. That web site hasn't been...
... Mike> Speaking of documentation... Mike> I used to use www.perldoc.com quite a bit to help me out with functions Mike> I wasn't too familiar with. That...
... There are a few scenarios. For various reasons, I may not have access to perldoc. It may be because the PC I'm using doesn't have Perl at all, or someone...