Help for this page

Select Code to Download


  1. or download this
    { print scalar(my @chars=(split('', "I am a string"))) . "\n"; }
    
  2. or download this
    print length("I am a string"), "\n";