in reply to Re^3: Basic rest service help
in thread Basic rest service help
i created the file treasury.yml by using the following.
#file name yaml.pl use YAML qw(Dump Bless); $hash = {isbn => '0-7852-1155-1', title => 'The New Strong Exhaustive +Concordance of the Bible', author => 'James Strong, LL.D., S.T.D.', p +ublisher => 'Thomas Nelson Publishers', city => 'Nashville, Tennessee +', year => '1995'}; print Dump $hash;
perl yaml.pl > treasury.yml
then i used ./book list.. not working
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Basic rest service help
by Anonymous Monk on Jan 24, 2011 at 11:11 UTC |