Locale-Maketext-Cookbook

Locale::Maketext::Cookbook(3p) Perl Programmers Reference Guide

Locale-Maketext-Cookbook

Locale::Maketext::Cookbook(3p) Perl Programmers Reference Guide # Locale::Maketext::Cookbook(3p) Perl Programmers Reference Guide NNAAMMEE # Locale::Maketext::Cookbook - recipes for using Locale::Maketext IINNTTRROODDUUCCTTIIOONN # This is a work in progress. Not much progress by now :-) OONNEESSIIDDEEDD LLEEXXIICCOONNSS # _A_d_a_p_t_e_d _f_r_o_m _a _s_u_g_g_e_s_t_i_o_n _b_y _D_a_n _M_u_e_y It may be common (for example at your main lexicon) that the hash keys and values coincide. Like that q{Hello, tell me your name} => q{Hello, tell me your name} It would be nice to just write: q{Hello, tell me your name} => '' and have this magically inflated to the first form. ...