Hello perl_beg, ... I think your looking for this: ($datestr =~ /@array/) additionally, some of the logic in your code can condensed. ... this doesn't make...
I'm going through the book "Perl by Example" by Ellie Quigley. In chapter 20 the first to server/client examples don't work. I first tried it on a HP UX...
... chapter 20 the first to server/client examples don't work. I first tried it on a HP UX system and the server program just wouldn't "fork". All I get is...
Going through the book "Perl by Example" by Ellie Quigley, I was reading chapter 20 about sockets. The first server example is below from the book (example...
The example is incorrect. The correct syntax should be $pid = fork() or die "Fork ERROR $!\n";) Using "or" instead of "||" is crucial. The || form of the or...
John Francini
francini@...
May 8, 2008 3:45 pm
26195
From: John Francini <francini@...> ... Nope. While sometimes the "or" versus "||" does matter it doesn't in this case. The problem lies in something else....
The goal is to find out if any columns in a CSV have no data. The number of columns will be unknown. Here's how I'm getting the file into an array @recs. ...
I need a Perl program in windows to send emails to my host using IMAP. Any ideas?? I don't want to buy chickat. Thanks.. [Non-text portions of this message...
... IMAP is about receiving messages. Sending works over SMTP. There are packages for that. I like this one: http://search.cpan.org/dist/Mail-Sender/ Good...
Is there any free code or addition PM files on Perl to code an email program to send SMTP With AUTH over SSL/TLS?? Has anyone code this before?? I don't want...
Hi, I am a newbie in Perl. Does anybody seems an error in my following snippet. I am regularly getting the compilation error in it. $char_lpar = "\x{00028}"; ...
... program ... Are you some kind of "chilkat" spammer? You've been asked yet, just search on CPAN. However, it exists a module called SMTP::TLS that may help...
David Francos (XayOn)
yo.orco@...
May 21, 2008 1:59 pm
26209
Hi , I am trying to write small script for telnet as follows: Remote windows machine login: login name: <$usr> password: <$pass> Windows NT Domain: <enter> ...
in my perl script i want to accept password from user. but... (a) i am not allowed to use modules (so can't use Term::ReadKey) (b) this code should work with...
... Yogesh> in my perl script i want to accept password from user. but... Yogesh> (a) i am not allowed to use modules (so can't use Term::ReadKey) So you're...
How is this done: Remove randomly chosen elements from an array so that those elements cannot be chosen again. Ex: If I have a deck of cards, and would like to...
... Doubtless there's more than one! ... Think on the path by which this conundrum presented itself to you. Consider your past acquaintance with Perl, and the...
C.Y./J.E. Cripps
cycmn@...
May 29, 2008 3:34 am
26215
... I was actually using: $ perl -lane 'print if /unique/;' My apology....
C.Y./J.E. Cripps
cycmn@...
May 29, 2008 3:37 am
26216
... 777 0095 ... discussion ... I agree with you. This is a difficult situation indeed and I was trying to figure out some solution. Thanks much Yogesh Sawant...
Why don't you write conditions for different platforms? ... From: Yogesh Sawant <yoga_sawant@...> Subject: Re: [PBML] strange perl problem To:...
... Thank you for the reply. The construct you presented, while helpful, is not shown in my book until after the exercise I'm working on. Therefore: $c=0; ...
... draktrax> The construct you presented, while helpful, is not draktrax> shown in my book until after the exercise I'm working on. Therefore, you are asking...
... 777 0095 ... discussion ... Since I am my own teacher and my text is Ellie Quigley's Perl by Example 4th Ed.; and given the fact that I have pored over the...
... draktrax> Since I am my own teacher and my text is Ellie Quigley's Perl by draktrax> Example 4th Ed.; You didn't do anything to disclose that, and if you...