On 4/29/06 12:20 PM, Guillermo Roditi wrote:
> It seems to run fine but then I have no output or anything? is it supposed
> to ouput to stdout? or a file?
It depends on which methods you call.
> --
> #! /usr/bin/perl -w
> use strict;
> use warnings;
> use diagnostics;
> use Ro
I can't get it to work :-/It seems to run fine but then I have no output or anything? is it supposed to ouput to stdout? or a file? This is the first time I use Rose::DB or any ORM for that matter so pardon me if i am being clueless, because.. well, I am.
here's my code in case it helps anyone tel