in reply to if statement consolidation

Use a lookup (check that I transcribed the numbers correctly):

my %lookup = ( 1, [ 2, 0, 9 ], 3, [ 5, 1, 10 ], 5, [ 8, 0, 11 ], 7, [ 11, 1, 12 ], 10,[ 15, 0, 5 ], 12,[ 18, 1, 6 ], 14,[ 21, 0, 7 ], 16,[ 24, 1, 8 ], ); my( $j, $p, $v ) = @{ $lookup{ $h } };

With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

The start of some sanity?