App-BPOMUtils-NutritionLabelRef

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    *   List all nutrient (symbols):

         bpom_get_nutrition_label_ref(action => "list_nutrients");

        Result:

         [
           200,
           "OK",
           [
             "Alpha_Linoleic_Acid",
             "Biotin",
             "Ca",
         # ...snipped 31 lines for brevity...
             "VD",
             "VE",
             "VK",
             "Zn",
           ],
           {},
         ]

lib/App/BPOMUtils/NutritionLabelRef.pm  view on Meta::CPAN

=item * List all nutrient (symbols):

 bpom_get_nutrition_label_ref(action => "list_nutrients");

Result:

 [
   200,
   "OK",
   [
     "Alpha_Linoleic_Acid",
     "Biotin",
     "Ca",
 # ...snipped 31 lines for brevity...
     "VD",
     "VE",
     "VK",
     "Zn",
   ],
   {},
 ]

script/alg  view on Meta::CPAN


=head2 other shells

For fish and zsh, install L<shcompgen> as described above.

=head1 EXAMPLES

=head2 List all nutrient (symbols)

 % alg --list-nutrients
 Alpha_Linoleic_Acid
 Biotin
 Ca
 Carbohydrate
 ... 31 more lines ...
 VE
 VK
 Zn

=head2 List all groups (symbols)

script/bpom-get-nutrition-label-ref  view on Meta::CPAN


=head2 other shells

For fish and zsh, install L<shcompgen> as described above.

=head1 EXAMPLES

=head2 List all nutrient (symbols)

 % bpom-get-nutrition-label-ref --list-nutrients
 Alpha_Linoleic_Acid
 Biotin
 Ca
 Carbohydrate
 ... 31 more lines ...
 VE
 VK
 Zn

=head2 List all groups (symbols)



( run in 0.305 second using v1.01-cache-2.11-cpan-de7293f3b23 )