Help for this page

Select Code to Download


  1. or download this
    use v5.10;
    use strict;
    ...
        print keys %+, " => ", values %+, " at pos ", pos($str), " \n";
    }
    
  2. or download this
    _2 => CACC at pos 13 
    _3 => DASS at pos 48 
    _1 => BACA at pos 53