Help for this page

Select Code to Download


  1. or download this
    my %lookup = ( string1=>34, string2=>10, string3=>52, string4=>104, st
    +ring5=>7 );
    
  2. or download this
    my @bits = split ':', 'string2:string4:totalName';
    my $name = pop @bits;
    ...
        $total += $lookup{ $bit };
    }
    print OUTFILE "$name,$total";