>
> > $VERSION = 1.03;
>
>'couple of starter suggestions
>
>put the version # *after* the package declaration
well...that's the version of the final that the instructor has
posted, not necessarily the version of my script...I plan to leave it
out entirely for this project.
>
>Also I can strongly suggest you check out the DBI.pm and DBD::CSV /
>Text::CSV_XS / SQL::Statement / DBD::RAM modules for some clear examples
I think we are supposed to do this one without the aid of DBI...but I
will double check that. It can be done without DBI, no?
>I don't want to go too far seeing as this is your final and all, but I can
>point you to some highly probable useful resources to compare to. Just don't
>take "their way of doing things" as gospel -- make up your OWN mind how you
>want to do it.
Those resources would be great. The problem I am having right now is
in even figuring out where to begin on those subroutines. Like I
said, once I get started it should come easier...but for whatever
reason I am mentally stuck 100%.
Thanks,
CTP