Help for this page

Select Code to Download


  1. or download this
    my $str = 'AR12CR32LC85AR16' ;
    my @arr = map { /(.{4})/g } $str ;
    print "@arr\n" ;