Help for this page
#!/usr/bin/perl -w use strict; ... func_w_closure(0); func_w_static(0);
[~] $ dev/test/scope.pl Closure! 0 Closure! 1 ... Static! 0 Static! 0 Static! 0