Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Refer calculated fields

by roboticus (Chancellor)
on Feb 11, 2020 at 19:41 UTC ( [id://11112800]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    2   4   9
    3   8  27
    4  16  81
    
  2. or download this
    $ perl pm_11112793.pl
    Line 1: (PvcCount, LCir, RCir)  CUR:(1, 2, 3)    TTL:(1, 2, 3)
    Line 2: (PvcCount, LCir, RCir)  CUR:(2, 4, 9)    TTL:(3, 6, 12)
    Line 3: (PvcCount, LCir, RCir)  CUR:(3, 8, 27)    TTL:(6, 14, 39)
    Line 4: (PvcCount, LCir, RCir)  CUR:(4, 16, 81)    TTL:(10, 30, 120)
    
  3. or download this
    Line 1: (PvcCount, LCir, RCir)  CUR:(1, 2, 3)    TTL:(10, 30, 120)
    Line 2: (PvcCount, LCir, RCir)  CUR:(2, 4, 9)    TTL:(10, 30, 120)
    Line 3: (PvcCount, LCir, RCir)  CUR:(3, 8, 27)    TTL:(10, 30, 120)
    Line 4: (PvcCount, LCir, RCir)  CUR:(4, 16, 81)    TTL:(10, 30, 120)
    
  4. or download this
    use strict;
    use warnings;
    ...
    Line 5: (PrvCount, LCir, RCir)  CUR:(8, 5, 1)    TTL:(24, 12, 13)
    Line 6: (PrvCount, LCir, RCir)  CUR:(9, 6, 3)    TTL:(24, 12, 13)
    Line 7: (PrvCount, LCir, RCir)  CUR:(7, 1, 9)    TTL:(24, 12, 13)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-20 06:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found