Skip to content

Chafid/perlscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perl Script Collection

A curated collection of Perl scripts for automating tasks such as server monitoring, database interactions, and FTP operations.

📁 Repository Overview

This repository includes the following scripts:

1. monitor_srvr.pl

Monitors server status and logs relevant information.

Usage:

perl monitor_srvr.pl

2. myob.pl

Performs specific operations related to the MYOB accounting software.

Usage:

perl myob.pl

3. perlDB.pl

Interacts with a database to perform CRUD operations.

Usage:

perl perlDB.pl

4. perlFTP.pl

Handles FTP operations such as uploading and downloading files.

Usage:

perl perlFTP.pl

🚀 Getting Started

Prerequisites

Ensure you have Perl installed on your system.

Installation

  1. Clone the repository:
git clone https://github.com/Chafid/perlscript.git
  1. Navigate to the project directory:
cd perlscript
  1. Install required dependencies (if any):
cpan install <Module::Name>

Replace <Module::Name> with the actual module names required by the scripts.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

🤝 Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or additions.

About

collection of perl scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages