Help for this page

Select Code to Download


  1. or download this
    sub resp { "abcdefg" }
    
    while (resp =~ /(.)/g) {
      print $1
    }