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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 25256 - 25290 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25256
Hi Ramesh , please "ne" instead of "!=" that surely work for u and give the reply if any thing Thanks && Regrads GOPI . R +91 94435 92202 ... From: Ramesh...
gopi ramya
gopi_nath28
Offline Send Email
May 1, 2007
11:12 am
25257
This is like watching whales trying to tie knots. There are many problems with the attempted solution to this problem. And even though the your objective...
Mike Southern
mikesouthern
Offline Send Email
May 1, 2007
11:53 am
25258
Crystal Concepts offering PHP-MYSQL & JAVA/J2EE courses on short term basis. For details contact, 19/2 New No 182 Kaliamman Koil Street, Virugambakkam Chennai...
km.murali
Offline Send Email
May 1, 2007
12:19 pm
25259
http://search.cpan.org/~spoon/WWW-Yahoo-Groups-1.91/lib/WWW/Yahoo/Groups.pm Hello Has anyone tried the Yahoo/groups section / library ? Ive d/loaded it half an...
Gordon Stewart
gordonisnz
Online Now Send Email
May 1, 2007
1:49 pm
25260
Crystal Concepts offering PHP-MYSQL & JAVA/J2EE courses on short term basis. For details contact, 19/2 New No 182 Kaliamman Koil Street, Virugambakkam Chennai...
km.murali
Offline Send Email
May 2, 2007
2:59 pm
25261
... JAVA/J2EE ... blerck!!!! courses on short term basis. ... -- Thiago Nascimento perl -e '$_="tMM naaCt Feocmama_itpUilucoGa";$_.=$1,print $2 while ...
Thiago Nascimento
nascimentoth...
Offline Send Email
May 2, 2007
4:21 pm
25262
Hi Everyone, I was wondering if anyone might be able to hlep me out with a Perl question that I cannot seem to get figured out? I have an array @street that...
kmstitt
Offline Send Email
May 3, 2007
5:51 pm
25263
... kmstitt> But I cannot seem to get my head around how to find the closest kmstitt> number reguardless of if it is higher or lower than what I am kmstitt>...
merlyn@...
merlynstoneh...
Offline Send Email
May 3, 2007
6:19 pm
25264
... closest ... am ... return 3002 ... algorithm" ... 777 0095 ... training! ... Thank you for the help, I was able to find a much messier way around the...
kmstitt
Offline Send Email
May 3, 2007
11:58 pm
25265
From: merlyn@... ... I'd think you know better Randal. It's not the OS of the box that runs the script that "intermitently doesn't return". It's the...
Jenda Krynicky
jendaperl
Offline Send Email
May 7, 2007
5:18 pm
25270
Perl on a Mac (assuming you're running Mac OS X) is essentially like running Perl on its 'native' habitat -- that is, UNIX. The "magic cookie" for Perl on a...
John Francini
francini@...
Send Email
May 9, 2007
4:37 pm
25271
Anybody know how to code HP laser landscape orientation in Perl? I think Perl uses \c[ for control characters. Escape control character decimal is 027. Do I...
Robert Brown
rdabman4
Offline Send Email
May 9, 2007
6:03 pm
25272
Hi, I want to remove some lines containing some specific characters in a file. I can easily do it using grep redirecting the output to some other file and...
Ramesh Polepalli
ramesh_ps1
Offline Send Email
May 10, 2007
7:04 am
25273
... Ramesh> cat Sourcefile | grep -v "ignorestring" > newfile That's a "useless use of cat" - grep for that for details. Ramesh> mv newfile Sourcefile Ramesh>...
merlyn@...
merlynstoneh...
Offline Send Email
May 10, 2007
9:46 am
25274
From: "Ramesh Polepalli" <ramesh.polepalli@...> ... perl -pi.bak -e "$_ = '' if /ignorestring/" sourcefile ===== Jenda@... ===...
Jenda Krynicky
jendaperl
Offline Send Email
May 10, 2007
11:04 am
25275
... Jenda> perl -pi.bak -e "$_ = '' if /ignorestring/" sourcefile I find perl -ni.bak -e 'print unless /ignorestring/" sourcefile saner to read. Somehow, the...
merlyn@...
merlynstoneh...
Offline Send Email
May 10, 2007
11:12 am
25276
Hi All, Why these warning messages appears, what is the reason? How we can cater this? Use of uninitialized value in numeric gt (>) Use of uninitialized value...
Mirza Abdullah Jan
jan576pk
Offline Send Email
May 10, 2007
12:53 pm
25277
... For example: <code> my $oper1; # not initialized my $oper2 = 10; print "blah\n" if $oper1 > $oper2; # using $oper1 without a value <\code> ... For...
Thiago Nascimento
nascimentoth...
Offline Send Email
May 10, 2007
1:13 pm
25278
... Mirza> Why these warning messages appears, what is the reason? How we can cater this? Mirza> Use of uninitialized value in numeric gt (>) My guess is that...
merlyn@...
merlynstoneh...
Offline Send Email
May 10, 2007
1:18 pm
25279
Hi, I want to write a subroutine for openfile (see below). However, the subroutine failed to be returned to $fhandle. Can anybody tells me why? yao ... ...
jiqiang yao
jiqiang123@...
Send Email
May 10, 2007
6:40 pm
25280
... jiqiang> I want to write a subroutine for openfile (see below). jiqiang> However, the subroutine failed to be returned to jiqiang> $fhandle. Can anybody...
merlyn@...
merlynstoneh...
Offline Send Email
May 10, 2007
6:54 pm
25282
Hi, How to send mail from command line on solaris 10 without using any applications like "sendmail"? I have heard of mail, mailx but did not work with some...
Ramesh Polepalli
ramesh_ps1
Offline Send Email
May 11, 2007
6:45 am
25283
First of all, what does this have to do with Perl, and so why did you send it to the Perl Beginner Mailing List? Second, what kind of problem are you having...
Paul Archer
geek65535
Offline Send Email
May 11, 2007
11:32 am
25284
Paul, Requirement is to write a perl script that can send out mails. I don't have liberty to use sendmail as we do not use it and the sendmail package will not...
Ramesh Polepalli
ramesh_ps1
Offline Send Email
May 11, 2007
12:07 pm
25285
... Ramesh> So I need to use some Solaris command like mail or mailx in Ramesh> Perl script to achieve the target. (This is as far as I can think). Or use...
merlyn@...
merlynstoneh...
Offline Send Email
May 11, 2007
12:24 pm
25286
Thank you very much. Can you write a similar one to open a directory? ... ...
jiqiang yao
jiqiang123@...
Send Email
May 14, 2007
4:30 pm
25287
That's an odd way to phrase a request for Randall's consulting rates? Perhaps you could try perldoc -f opendir before you decide whether you really want to...
Rob Biedenharn
rab6687
Offline Send Email
May 14, 2007
4:57 pm
25288
... jiqiang> Can you write a similar one to open a directory? Yes. I can. What's your budget? ... -- Randal L. Schwartz - Stonehenge Consulting Services,...
merlyn@...
merlynstoneh...
Offline Send Email
May 14, 2007
6:15 pm
25289
Hi, How to save the contents as html file given an internet address? ____________________________________________________________________________________Be a...
jiqiang yao
jiqiang123@...
Send Email
May 14, 2007
10:28 pm
25290
Thank you, Rob. I have written a subroutine which can extract all the files within this folder and this is exactly what I need. ... ...
jiqiang yao
jiqiang123@...
Send Email
May 14, 2007
10:30 pm
Messages 25256 - 25290 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