Help for this page

Select Code to Download


  1. or download this
    my $string = "16 abc\ndefghijklmnopqrstuvwxyz";
    
  2. or download this
    my ($len,$substring) = ($string =~ /^(\d+) ((??{".{$1}"}))/s);