Help for this page

Select Code to Download


  1. or download this
    print join(':', split(//,   'hi there!', -1)), "\n";
    print join(':', split(/\W/, 'hi there!', -1)), "\n";