Whatever you used to paste your code snippets didn't come through correctly in
either the plain text or html versions of your email -- all the newlines turned
into spaces. This made it really hard to read.
On Tue, Jun 30, 2009 at 02:43:27PM -0500, Michael R Boudreau wrote:
>
> package UCP::Sfmail; use strict; our (@ISA, @EXPORT, $VERSION); use
> Exporter; $VERSION = 1.00; @ISA = qw(Exporter); @EXPORT = qw(
> get_categories get_users ); sub get_categories { my %categories;
> [snip] return %categories; }
Does it work from the commandline? Something like:
perl -Mstrict -MUCP::Sfmail -wle 'print for get_categories()'
hdp.
------------------------------------------------------------------------------
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users