DEBSOURCES
Skip Quicknav
sources / libtext-micromason-perl / 2.10-1 / samples / uninitialized.msn
1234567891011
% my $x; Hello Mr. <% $x %>! % # another line % sub stuff { 1 } % do { stuff() }; % my %h; Hello, <% $h{not_defined} %>! And, then end.