in reply to Re^3: App::Rad is pretty rad for creating command line apps, but... (need help!)
in thread App::Rad is pretty rad for creating command line apps, but... (need help!)

Amazing, thank you Garu !! You are very responsive indeed :-)

Here is what add() looks like now:

fun add ($c) { my ($data, $name) = @{$c->stash}{qw/data name/}; $data->add($name); }

Now that I'm more confident that App::Rad is what I need, I have printed the documentation (18 pages) and will read it all.
I had tried to use setup() instead of preprocess... because I hadn't read the whole doc.

  • Comment on Re^4: App::Rad is pretty rad for creating command line apps, but... (need help!)
  • Download Code