Home »
MCQs »
Perl Programming MCQs
The chdir() function used to ___
53. The chdir() function used to ___.
- Change directory
- Remove directory
- Create directory
- None of these
Answer: A) Change directory
Explanation:
The chdir() function used to change the current directory in Perl.