Help for this page

Select Code to Download


  1. or download this
    perl -e "system('type myfile.txt')"
    
  2. or download this
    perl -e "system('cmd /c type myfile.txt')"
    perl -e "system('cat myfile.txt')"
    
  3. or download this
    perl -e "system('dir ...')"