Help for this page

Select Code to Download


  1. or download this
    while(<>){
    chomp($_);
    ...
      print OUTPUT "$_\n";
      close(OUTPUT);
    }
    
  2. or download this
    while(<>){
      chomp($_);
    ...
      print WORDS "@${x}";
      close(WORDS);
    }
    
  3. or download this
    ($_='jjjuuusssttt annootthhrer
         pppeeerrrlll haaaccckkeer')=~y/a-z//s;print;