Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: print output from the text file.

by Anonymous Monk
on Jan 12, 2013 at 09:37 UTC ( [id://1013018]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl marpa-scannerless-calculator.pl --stdin
    W=1; ( ( 0.3802 + ( 13.4739 * ( ( W / 0.9 )^(1/2) ) ) ) + ( 4.6272 * (
    + W / 0.9 ) ) )
    ^Z
    result = 19.7242709884476
    value of "W" = "1"
    
  2. or download this
    $ perl -E " $W=1; say ( ( 0.3802 + ( 13.4739 * sqrt( ( $W / 0.9 ) ) ) 
    +) + ( 4.6272 * ( $W / 0.9 ) ) ); "
    19.7242709884476
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1013018]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-24 11:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found