Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/szirocica/world-database-cli-crud

Cli CRUD application in perl
https://github.com/szirocica/world-database-cli-crud

cli mysql perl perl5 regular-expression

Last synced: 22 days ago
JSON representation

Cli CRUD application in perl

Awesome Lists containing this project

README

        

# World-database-Cli
Cli CRUD application in perl, using MySql database and regular expressions.

The app allows to:
- Create, List, Update, Remove countries
- Create, List, Update, Remove cities
- Create, List, Update, Remove languages

How to run:

- Open xampp, start MySql

- Open localhost in your favorite browser

- Create database by importing world_x.sql

- If you don't have, download perl preferably 5.14

- Install DBD::mysql Module:

C:\>perl -MCPAN -e shell

cpan> install DBD:mysql


- run by:

perl .\world_database_cli.pl -w


To View commands use "?"