Help for this page

Select Code to Download


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