in reply to Working with folders in Perl and HTML
I have to learn and develop a web interface in Perl that will just go get the size and the creation date/time a set of folders on a Windows Server (2012 r2)
Have you read perlintro? Start there, because without the basics you are going to sink very fast.
Your task is actually 3 tasks:
Do these one at a time - ideally in the order above. Consider using Modules for separation of tasks. And always, always use strict and warnings.
Good luck, especially with the Windows bit. That will probably be the tricky part.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Working with folders in Perl and HTML
by LinuxNoob (Initiate) on May 29, 2017 at 09:16 UTC |