Help for this page

Select Code to Download


  1. or download this
    $ cat test
    $var = 'c:\test\file.txt';
    ...
    
    $ perl test
    c:\test\file.txt
    
  2. or download this
    print '\\';   # prints "\" not "\\"