Help for this page

Select Code to Download


  1. or download this
    (call_time=1000) + (allocate_names=150) + (copy_values=250) + (extra_b
    +it_a=15) 
    
    versus
    
    (call_time=1000) + (allocate_names=150) + (copy_values=250) + (the_ext
    +ra_bit=5)
    
  2. or download this
    sub process {
        my( $AoA,  $thingToProcess ) = @_;
    ...
    ...
    
    process( $AoA, 123 );
    
  3. or download this
    ## Use meaningful names obviously!!
    use constant { 
    ...
    }    
    
    process( $AoA[ $thingToProcess ] );