A curated collection of Perl scripts for automating tasks such as server monitoring, database interactions, and FTP operations.
This repository includes the following scripts:
Monitors server status and logs relevant information.
Usage:
perl monitor_srvr.pl
Performs specific operations related to the MYOB accounting software.
Usage:
perl myob.pl
Interacts with a database to perform CRUD operations.
Usage:
perl perlDB.pl
Handles FTP operations such as uploading and downloading files.
Usage:
perl perlFTP.pl
Ensure you have Perl installed on your system.
- Clone the repository:
git clone https://github.com/Chafid/perlscript.git
- Navigate to the project directory:
cd perlscript
- Install required dependencies (if any):
cpan install <Module::Name>
Replace
<Module::Name>
with the actual module names required by the scripts.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or additions.