Help for this page

Select Code to Download


  1. or download this
    perl -le "$f = qx/cat 'Some File.txt'/; print $f"
    
  2. or download this
    perl -le "$f = qx/type \"Some File.txt\"/; print $f"