Help for this page

Select Code to Download


  1. or download this
    print B "@actualsyll\n";
    
  2. or download this
    print B @shift3\n";
    
  3. or download this
    #Loop gets all files matching ex. 2 opens them;
    foreach $file (<s*.words>) {
    ...
    print B "$shift3\n";
    }
    close C;