Help for this page

Select Code to Download


  1. or download this
    if ($fsline =~ /(.:\\.*)/){
       $dir = $1;
       print "$dir\n";  #works fine here
    }
    
  2. or download this
    $badhost = "$logdir\\BADHOST.csv";
    open (BADHOST,">>$badhost");
    $dest = "$dir\\$file";  #will print redundancies here
    $dest =~ s/[\s]//g;
    $md5sumtmp = `rctrlx.exe $target /u "domain\\username" /p "password" /
    +c md5sum.exe /app md5sum.exe $dest`;