Re: log and ln formular in perl

2006-08-20 Thread Ricardo SIGNES
* chen li <[EMAIL PROTECTED]> [2006-08-20T07:18:59] > I want to get the value 2 out of log based on 10 or > natural number e (the result is 0.301 and 0.609, > respectively). What are the formular for these two > caulculation and how can I find more about math stuff > in

log and ln formular in perl

2006-08-20 Thread chen li
Dear all, I want to get the value 2 out of log based on 10 or natural number e (the result is 0.301 and 0.609, respectively). What are the formular for these two caulculation and how can I find more about math stuff in perldoc? Many thanks, Li

Re: formular

2006-08-15 Thread Joshua Colson
On Tue, 2006-08-15 at 07:51 -0700, chen li wrote: > Dear all, > > What is the formula of 2 to 4(the result is 16)in > Perl? perl -e 'print 2**4;' HTH -- Joshua Colson <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

formular

2006-08-15 Thread chen li
Dear all, What is the formula of 2 to 4(the result is 16)in Perl? Thanks, Li __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Formular

2001-05-03 Thread Paul
--- Timothy Kimball <[EMAIL PROTECTED]> wrote: > > : I have a formular with 3 text input fields ( name, fullname, and > street ) > : and 2 submit buttons.The first submit button start a perl-script > "work.pl" > : and the second submit button start an another

Re: Formular

2001-05-03 Thread Timothy Kimball
: I have a formular with 3 text input fields ( name, fullname, and street ) : and 2 submit buttons.The first submit button start a perl-script "work.pl" : and the second submit button start an another perl-script "checkup.pl" : Now, I don't know, how to make one formu

Formular

2001-05-03 Thread Hasan Ueguer
Hello, I have a formular with 3 text input fields ( name, fullname, and street ) and 2 submit buttons.The first submit button start a perl-script "work.pl" and the second submit button start an another perl-script "checkup.pl" Now, I don't know, how to make one formu