I started with a clean slate, just to verify that Catalyst is generating runnable code out of the box (and it is), as in the following steps:
- C:\ catalyst.pl AddressBook
- C:\ cd AddressBook
- C:\AddressBook\ sqlite3 database < create_database.sql
- C:\AddressBook\ (Verified SQLite database created properly)
- C:\AddressBook\ perl script\addressbook_create.pl view HTML TTSite
- C:\AddressBook\ perl script\addressbook_create.pl model AddressDB DBIC::Schema AddressBook::Schema::AddressDB create=static dbi:SQLite:database
- C:\AddressBook\ perl script\addressbook_server.pl
- C:\AddressBook\ "C:\Program Files (x86)\Internet Explorer\iexplore.exe" http://localhost:3000/
The default Catalyst page is displayed in the web browser, so it must be something in the book's modification instructions that's messing things up, and right now I have neither the time nor the patience to debug the book while trying to learn Catalyst. It looks like it's time for a new learning source. (sigh!)
Thanks to all for your comments and suggestions.
"Its not how hard you work, its how much you get done."
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.