[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Omaha.pm] push, push, push, push, push?
Before
my $common;
push @$common, "ref_pagesrc";
push @$common, "ref_pagedst";
push @$common, "debug_mode";
push @$common, "demo";
push @$common, "lang_code";
return $common;
After
return ([qw( ref_pagesrc ref_pagedst debug_mode demo lang_code )]);
j
- Prev by Date:
[Omaha.pm] Oh... O'Reilly discount is 30% now, etc.
- Next by Date:
Re: [Omaha.pm] push, push, push, push, push?
- Previous by thread:
[Omaha.pm] Oh... O'Reilly discount is 30% now, etc.
- Next by thread:
Re: [Omaha.pm] push, push, push, push, push?
- Index(es):