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...
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...
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...
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...
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> 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>...
... closest ... am ... return 3002 ... algorithm" ... 777 0095 ... training! ... Thank you for the help, I was able to find a much messier way around the...
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...
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@...
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...
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> cat Sourcefile | grep -v "ignorestring" > newfile That's a "useless use of cat" - grep for that for details. Ramesh> mv newfile Sourcefile Ramesh>...
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...
... For example: <code> my $oper1; # not initialized my $oper2 = 10; print "blah\n" if $oper1 > $oper2; # using $oper1 without a value <\code> ... For...
... 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...
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@...
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...
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...
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, 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> 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...
Thank you very much. Can you write a similar one to open a directory? ... ...
jiqiang yao
jiqiang123@...
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...
... jiqiang> Can you write a similar one to open a directory? Yes. I can. What's your budget? ... -- Randal L. Schwartz - Stonehenge Consulting Services,...
Hi, How to save the contents as html file given an internet address? ____________________________________________________________________________________Be a...
jiqiang yao
jiqiang123@...
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. ... ...