Help for this page

Select Code to Download


  1. or download this
    use Cwd qw(abs_path getcwd);
    
    if (abs_path('/home') eq getcwd) {
      print "Correct directory\n";
      # do whatever needs to be done
    }