Help for this page

Select Code to Download


  1. or download this
    Key  Value
    
    ...
    PR2  4
    PR3  1
    PR4  3
    
  2. or download this
    $input = &process1 ($input)
    $input = &process2 ($input)
    $input = &process3 ($input)
    $input = &process4 ($input)
    
  3. or download this
    The way i tried one way (here i have changed subroutine name as per th
    +e key in the hash, which i don't want):
    
    ...
     
        $input = &$_ ($input); 
    }
    
  4. or download this
    The second way i tried but not correct (just i gave a try):
    
    ...
    
    
    }