Hello guys....
I'm newbie in Perl Language. So, in here i would like to ask several questions about Perl itself and not about the coding.
I have been given a task to use Perl for directory comparison and synchronization . I have to implement Perl scripts that accept two directories as input, compare the files and sub-directories under these two directories, and generate a well formatted report as the output. Since I'm a beginner in Perl, I'm getting confused about what the comparison mean. Is there anyone can give me a brief explanation and examples how it will be and looks like in Perl??
Additional task, i have to use Perl subroutines for tasks like checking directory names, comparing directories and generating formatted reports. What does subroutines in Perl use for??
Last question, What does POD actually use for?
Thanks a lot guys....
I'm newbie in Perl Language. So, in here i would like to ask several questions about Perl itself and not about the coding.
I have been given a task to use Perl for directory comparison and synchronization . I have to implement Perl scripts that accept two directories as input, compare the files and sub-directories under these two directories, and generate a well formatted report as the output. Since I'm a beginner in Perl, I'm getting confused about what the comparison mean. Is there anyone can give me a brief explanation and examples how it will be and looks like in Perl??
Additional task, i have to use Perl subroutines for tasks like checking directory names, comparing directories and generating formatted reports. What does subroutines in Perl use for??
Last question, What does POD actually use for?
Thanks a lot guys....
Comment