RE: [Perl-unix-users] conversion between exponential and corresponding integer value

2004-02-27 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Title: RE: [Perl-unix-users] conversion between exponential and corresponding integer value    depending on the format of the exponential value, it may be as simple as: print int(10e5); print int(-10e5); This doesn't appear to work, though, if formatted as 10e-5, so you'd need to create a s

[Perl-unix-users] Solaris Administration scripts

2004-02-27 Thread Kamal Ahmed
Hi, Anyone knows where I can find some Solaris Administration Scripts, e.g. monitoring processes over a period of time and formatting the stdout nicely, or even a graph. Thanks, -Kamal. ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe

RE: [Perl-unix-users] conversion between exponential and corresponding

2004-02-27 Thread Mehta, Perdeep
I know that was my inadvertent mistake. I was looking for floating point value conversion, that you have rightly pointed out to below. Thank you and Peter for the useful solutions. It will work for me. Thank you all! perdeep Perdeep K. Mehta, PhD Group Leader, Bioinformatics Hartwell Center for

RE: [Perl-unix-users] conversion between exponential and correspo nding integer value

2004-02-27 Thread Peter Eisengrein
Title: RE: [Perl-unix-users] conversion between exponential and corresponding integer value depending on the format of the exponential value, it may be as simple as: print int(10e5); print int(-10e5); This doesn't appear to work, though, if formatted as 10e-5, so you'd need to create a sub

[Perl-unix-users] conversion between exponential and corresponding integer value

2004-02-27 Thread Mehta, Perdeep
Dear Perl Gurus, I need help to convert an exponential value such as 10e-5 to its integer value and vice versa in a perl script. Thanks in advance for any help. perdeep Perdeep K. Mehta Hartwell Center for Bioinformatics & Biotechnology St. Jude Children's Research Hospital Memphis, TN 38105-27