Help for this page

Select Code to Download


  1. or download this
    >"c:\progs\perl5101\bin\perl" -le"print 'Hi!'"
    Hi!
    
    >"c:/progs/perl5101/bin/perl" -le"print 'Hi!'"
    Hi!
    
  2. or download this
    >echo foo > "/foo.txt"
    
    ...
    foo
    
    >del "./bar.txt"