Help for this page

Select Code to Download


  1. or download this
    if (-d $location){
    check if $location ends with \ .. or if not add it.. 
    }
    
  2. or download this
    my $var = substr($location,length($location)-1,1);
        print "\n\nVAR:::   $var\n\n";
    ...
          $location = $location."\\";
          print "NEU:: $location\n\n" ;
          }