Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Help in manipulating values from two arrays

by rsriram (Hermit)
on Mar 24, 2007 at 08:02 UTC ( [id://606394]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <act>Key</act><emp>3384</emp><job>78082</job><chap>6</chap><pg>20</pg>
    +<time>0.7</time><prod>114.285714285714</prod>
    <act>Reconcile</act><emp>3017</emp><job>78062</job><chap>2-7</chap><pg
    +>0</pg><time>1.4</time><prod>Insufficient Information</prod>
    <act>Training</act><emp>3384</emp><job>77654</job><chap>-</chap><pg>0<
    +/pg><time>5.1</time><prod>Non-Billable</prod>
    ...
    <act>Break</act><emp>3123</emp><job>22732</job><chap>-</chap><pg>0</pg
    +><time>0.4</time><prod>50.65687</prod>
    <act>key</act><emp>3123</emp><job>78143</job><chap>08</chap><pg>0</pg>
    +<time>3.3</time><prod>45.5544</prod>
    <act>Supervision</act><emp>3192</emp><job>54281</job><chap>-</chap><pg
    +>0</pg><time>4.0</time><prod>Non-Billable</prod>
    
  2. or download this
    3384 - 114.285714285714
    3379 - 
    3017 -
    ...
    3123 - 48.105635
    3417 - 11.4285714285714
    3192 -
    
  3. or download this
    while(<F5>)
    {
       for my $a(0..$#inlst)
    ...
          print "@inlst[$a]\t$sum\n";
       }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-29 11:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found