Help for this page

Select Code to Download


  1. or download this
    >perl -wle"print -e '\\\\tribble\\c$\\bin' ?1:0"
    1
    ...
    
    >perl -wle"print -e '\\\\baragon\\c$\\bla' ?1:0"
    0
    
  2. or download this
    >perl -e"-e \\\\server\\dir1\\dir2"
    Backslash found where operator expected at -e line 1, near "server\"
    Backslash found where operator expected at -e line 1, near "dir1\"
    syntax error at -e line 1, near "server\"
    Execution of -e aborted due to compilation errors.