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...
25257
Mike Southern
mikesouthern
May 1, 2007 11:53 am
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...
25258
km.murali
May 1, 2007 12:19 pm
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...
25259
Gordon Stewart
gordonisnz
May 1, 2007 1:49 pm
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...
25260
km.murali
May 2, 2007 2:59 pm
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...
25261
Thiago Nascimento
nascimentoth...
May 2, 2007 4:21 pm
... JAVA/J2EE ... blerck!!!! courses on short term basis. ... -- Thiago Nascimento perl -e '$_="tMM naaCt Feocmama_itpUilucoGa";$_.=$1,print $2 while ...
25262
kmstitt
May 3, 2007 5:51 pm
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...
25263
merlyn@...
merlynstoneh...
May 3, 2007 6:19 pm
... 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>...
25264
kmstitt
May 3, 2007 11:58 pm
... closest ... am ... return 3002 ... algorithm" ... 777 0095 ... training! ... Thank you for the help, I was able to find a much messier way around the...
25265
Jenda Krynicky
jendaperl
May 7, 2007 5:18 pm
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...
25270
John Francini
francini@...
May 9, 2007 4:37 pm
Perl on a Mac (assuming you're running Mac OS X) is essentially like running Perl on its 'native39; habitat -- that is, UNIX. The "magic cookie" for Perl on a...
25271
Robert Brown
rdabman4
May 9, 2007 6:03 pm
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...
25272
Ramesh Polepalli
ramesh_ps1
May 10, 2007 7:04 am
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...
25273
merlyn@...
merlynstoneh...
May 10, 2007 9:46 am
... Ramesh> cat Sourcefile | grep -v "ignorestring" > newfile That's a "useless use of cat" - grep for that for details. Ramesh> mv newfile Sourcefile Ramesh>...
... Jenda> perl -pi.bak -e "$_ = '' if /ignorestring/" sourcefile I find perl -ni.bak -e 'print unless /ignorestring/" sourcefile saner to read. Somehow, the...
25276
Mirza Abdullah Jan
jan576pk
May 10, 2007 12:53 pm
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...
25277
Thiago Nascimento
nascimentoth...
May 10, 2007 1:13 pm
... For example: <code> my $oper1; # not initialized my $oper2 = 10; print "blah92;n" if $oper1 > $oper2; # using $oper1 without a value <\code> ... For...
25278
merlyn@...
merlynstoneh...
May 10, 2007 1:18 pm
... 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...
25279
jiqiang yao
jiqiang123@...
May 10, 2007 6:40 pm
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 ... ...
25280
merlyn@...
merlynstoneh...
May 10, 2007 6:54 pm
... jiqiang> I want to write a subroutine for openfile (see below). jiqiang> However, the subroutine failed to be returned to jiqiang> $fhandle. Can anybody...
25282
Ramesh Polepalli
ramesh_ps1
May 11, 2007 6:45 am
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...
25283
Paul Archer
geek65535
May 11, 2007 11:32 am
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...
25284
Ramesh Polepalli
ramesh_ps1
May 11, 2007 12:07 pm
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...
25285
merlyn@...
merlynstoneh...
May 11, 2007 12:24 pm
... 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...
25286
jiqiang yao
jiqiang123@...
May 14, 2007 4:30 pm
Thank you very much. Can you write a similar one to open a directory? ... ...
25287
Rob Biedenharn
rab6687
May 14, 2007 4:57 pm
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...
25288
merlyn@...
merlynstoneh...
May 14, 2007 6:15 pm
... jiqiang> Can you write a similar one to open a directory? Yes. I can. What's your budget? ... -- Randal L. Schwartz - Stonehenge Consulting Services,...
25289
jiqiang yao
jiqiang123@...
May 14, 2007 10:28 pm
Hi, How to save the contents as html file given an internet address? ____________________________________________________________________________________Be a...
25290
jiqiang yao
jiqiang123@...
May 14, 2007 10:30 pm
Thank you, Rob. I have written a subroutine which can extract all the files within this folder and this is exactly what I need. ... ...