Help for this page

Select Code to Download


  1. or download this
    no strict qw/vars/;
    
    ...
    $sum += ${$::{$_}} foreach grep /sel\d+/, keys %::;
    
    print $sum, "\n";