[Omaha.pm] push, push, push, push, push?

Andy Lester andy at petdance.com
Tue Aug 16 08:28:57 PDT 2005


On Tue, Aug 16, 2005 at 10:26:37AM -0500, Jay Hannah (jhannah at omnihotels.com) wrote:
>    return ([qw( ref_pagesrc ref_pagedst debug_mode demo lang_code )]);

How about:

    return [qw(
        ref_pagesrc
        ref_pagedst
        debug_mode
        demo
        lang_code
    )];

I find vertical lists much easier to read.

xoa

-- 
Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance


More information about the Omaha-pm mailing list