Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    __DATA__
    belongs to sub_1belongs to sub_2belongs to sub_2belongs to sub_2belong
    +s to sub_2
    
  2. or download this
    sub test_2{
        my @array;
    ...
            }
        return (@array); #return it after all loop iterations are complete
    }