File: uninitialized.msn

package info (click to toggle)
libtext-micromason-perl 2.13-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 624 kB
  • ctags: 180
  • sloc: perl: 3,222; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
% my $x;
Hello Mr. <% $x %>!

% # another line
% sub stuff { 1 }
% do { stuff() };

% my %h;
Hello, <% $h{not_defined} %>!

And, then end.