Help for this page

Select Code to Download


  1. or download this
    @pics = (1..100);
    for($x=0;$x<@pics;$x++){
    ...
        print "...and starting a new row.\n";
      }
    }
    
  2. or download this
    ($_='jjjuuusssttt annootthheer
         pppeeerrrlll haaaccckkeer')=~y/a-z//s;print;