- or download this
Key Value
...
PR2 4
PR3 1
PR4 3
- or download this
$input = &process1 ($input)
$input = &process2 ($input)
$input = &process3 ($input)
$input = &process4 ($input)
- 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);
}
- or download this
The second way i tried but not correct (just i gave a try):
...
}