[Rt-devel] In RT REST code, what is coke?
Jesse Vincent
jesse at bestpractical.com
Wed Jun 21 13:47:09 EDT 2006
On Wed, Jun 21, 2006 at 01:33:52PM -0400, Todd Chapman wrote:
> my ($c, $o, $k, $e) = ("", [], {}, "");
>
> It would be easier to understand if the short variable names
> where explained at least once! :)
Sure would. (Since I spent about an hour beating my head against it a
few weeks ago when I was cleaning up some of the CLI.
my ($notes, $order, $key_values, $errors) = @$result;
Is the best I was able to do.
> -Todd
>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
> Best Practical is hiring! Come hack Perl for us: http://bestpractical.com/about/jobs.html
>
--
More information about the Rt-devel
mailing list