| Extracting Files
1. Unzip the Order Manager ZIP file on your computer in a /pm/ folder or a folder name of your choice.
2. Open the folder you unzipped the files to.
3. In the folder you should see the below image directory structure. Preserve the Directory Structure as is.

4. Using a text editor like notepad, open and modify the top line of the .cgi files,(admin.cgi, orders.cgi) to point to your servers Perl 5 on the webserver. Normally located at /usr/bin/perl
The location is to have the standard #! before the path. (Example: #!/usr/bin/perl)
|