Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    func(2);
    func(3);
    func(4);
    
  2. or download this
    Variable "$strange" will not stay shared at closure2.pl line 10.
    Variable "$strange" will not stay shared at closure2.pl line 15.
    ...
    In subfunc1: Call 1 even even even
    In subfunc2: Call 1 even even even even
    In func (end): Call 4
    
  3. or download this
    use strict;
    use warnings;
    ...
    func(2);
    func(3);
    func(4);