Help for this page

Select Code to Download


  1. or download this
    perl -e 'for($i++;$i<11;print"Hi $i\n"and$i++){}'
    
  2. or download this
    perl -e 'for(;$i<10;$i++,print"Hi $i\n"){}'