I have very little experience that’s why I need some help to get started I have been given a task to write a perl script in Linux and I don’t know from where to begin. Can anyone help me out with this please.
1. Move files from Windows 98 machine to this linux machine folders and sub-folders.
(I mean \\machine\c:\list\*.* to /var/www/list/) (\\machine\c:\lot_repos\*.* to /var/www/lot_repos/) & a long list is there.
2. Move the above files at a given hour of the day.
3. CHMOD this files to 644.
4. Generate a list of reports of those moved files.
As a newbie I swear that I don’t know about this from where to begin writing this script. Please some one help & save me.