Help for this page

Select Code to Download


  1. or download this
    >perl -wMstrict -le
    "sub substr_offsets {
    ...
    string: 'An[115]n[115]n[115]';  offsets: (1 2 3)
    string: 'n[115]n[115]n[115]A';  offsets: (0 1 2)
    string: '01234n[115]012345n[115]n[115]';  offsets: (5 12 13)