Help for this page

Select Code to Download


  1. or download this
      last unless /^\d+$/ and $_ <= 10;
    
  2. or download this
    for(i=0;i<var;i++) printf( "%c", 97+i ); /* C or perl */
    
    print map chr,97..96+$var;