Help for this page

Select Code to Download


  1. or download this
    foreach(readdir(PRINT)[2...scalar(readdir(PRINT)-1])
    
  2. or download this
    foreach(@array[2..$#array])
    ...