Perl

Perl Workouts

Steps to download and execute this project

  • Download and Install or use Portable XAMMP Server
  • Set Environment variable for perl C:\PortableApps\xampp\perl\bin
  • Download the Perl centralbank project code
  • Unzip the zip file.
  • Go to centralbank/views and copy the assets folder
  • Open XAMMP Server and go to htdocs folder
  • Create a new directory "centralbank" and inside paste assets folder
  • Copy the complete "centralbank folder"
  • Go to XAMMP Server and paste it inside cgi-bin folder
  • Start the Apache server
  • Go to url "http://localhost/cg-bin/centralbank/index.pl"

Sample Folder structure

  • PortableApps
    • xammp
      • htdocs
        • centralbank
          • css
          • images
          • js
      • cgi-bin
        • centralbank
          • controller
          • model
          • utils
          • views
          • index.pl
          • customer.csv
          • transaction.csv

Screenshots