Help for this page

Select Code to Download


  1. or download this
    ...
    sub simpleTest{
    ...
    }
    my @test;
    @test = simpleTest();
    
  2. or download this
    sub testFunc{
         my $i = 0;
         $i++;
         testFunc();
    }