Help for this page

Select Code to Download


  1. or download this
    my ($x,$y) = ($string =~ /^(.{n})(.{n})/);
    
  2. or download this
    my ($x, $y, $rest) = ($string =~ /^(.{n})(.{n})(.*)/);