在Perl脚本中,可以用chdir操作符来改变当前的工作目录,举例如下:

chdir “/etc/” or die “Cannot chdir to /etc: $!”;