Help for this page

Select Code to Download


  1. or download this
    $ScriptPath = q(\\SERVER\C\$\APP\BIN);
    $file = "$ScriptPath\\somefile.txt";
    $file =~ s/\Q$ScriptPath\E\\//;
    print $file;