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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 26186 - 26221 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26186
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...
david wright
david_v_wright
Online Now Send Email
May 2, 2008
7:48 am
26187
Hi, i'm a new comer in perl, any idea how to print "\N" or "\n"? Thank you...
jchawsky
Offline Send Email
May 6, 2008
3:23 am
26188
Hi, Sorry, i already found how to print this. this is the code: print "\\"."n"; My Regards :)...
jchawsky
Offline Send Email
May 6, 2008
3:34 am
26189
Hi, try this one print '\n'; regards, yuvanbala jchawsky <jchawsky@...> wrote: Hi, i'm a new comer in perl, any idea how to...
yuva bala
yuvanbala124...
Offline Send Email
May 6, 2008
6:45 am
26190
hi, #try this one print '\n', '\N'; REGARDS, yuvanbala jchawsky <jchawsky@...> wrote: Hi, Sorry, i already found how to print...
yuva bala
yuvanbala124...
Offline Send Email
May 6, 2008
7:02 am
26191
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...
Dukelow, Don
dondukelow
Offline Send Email
May 7, 2008
2:48 pm
26192
... 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...
wlanie01
Offline Send Email
May 7, 2008
4:29 pm
26193
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...
Dukelow, Don
dondukelow
Offline Send Email
May 8, 2008
1:32 pm
26194
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@...
Send Email
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....
Jenda Krynicky
jendaperl
Offline Send Email
May 8, 2008
4:53 pm
26196
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. ...
dachner2002
Offline Send Email
May 9, 2008
9:29 pm
26198
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...
Kevin Patterson
cside30
Offline Send Email
May 14, 2008
12:32 am
26199
From: "Kevin Patterson" <kpatters@...> ... http://search.cpan.org/search?query=IMAP&mode=module Jenda ===== Jenda@... ===...
Jenda Krynicky
jendaperl
Offline Send Email
May 14, 2008
9:45 am
26200
HI, Can anybody guide me how to extract protien sequences from GENEBANK DATABASE??...
shraddha1412
Offline Send Email
May 14, 2008
8:24 pm
26201
... 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...
Alexander Saydakov
sandy_saydakov
Online Now Send Email
May 14, 2008
8:53 pm
26202
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...
Kevin Patterson
cside30
Offline Send Email
May 16, 2008
3:15 am
26204
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}"; ...
Pankaj Chaturvedi
pank_chat245
Offline Send Email
May 20, 2008
8:13 am
26205
... 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@...
Send Email
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> ...
Mahbub Hossain
mahbubho
Offline Send Email
May 24, 2008
6:56 pm
26210
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 Sawant
yoga_sawant
Offline Send Email
May 27, 2008
1:33 pm
26211
... 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...
merlyn@...
merlynstoneh...
Online Now Send Email
May 27, 2008
3:01 pm
26213
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...
draktrax
Offline Send Email
May 28, 2008
6:45 pm
26214
... 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@...
Send Email
May 29, 2008
3:34 am
26215
... I was actually using: $ perl -lane 'print if /unique/;' My apology....
C.Y./J.E. Cripps
cycmn@...
Send Email
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...
Yogesh Sawant
yoga_sawant
Offline Send Email
May 29, 2008
4:26 am
26217
Why don't you write conditions for different platforms? ... From: Yogesh Sawant &lt;yoga_sawant@...&gt; Subject: Re: [PBML] strange perl problem To:...
VIJAY KUMAR
mp_vijayakumar
Offline Send Email
May 29, 2008
5:47 am
26218
... 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
Offline Send Email
May 29, 2008
8:08 am
26219
... 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...
merlyn@...
merlynstoneh...
Online Now Send Email
May 29, 2008
1:24 pm
26220
... 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
Offline Send Email
May 29, 2008
6:04 pm
26221
... 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...
merlyn@...
merlynstoneh...
Online Now Send Email
May 29, 2008
6:34 pm
Messages 26186 - 26221 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