Help for this page

Select Code to Download


  1. or download this
    sub test_with {
        my @testary = with_want();
    ...
        my @testary = with_want();
        my $testscalar = with_want();
    }
    
  2. or download this
    sub test_without {
        my @testary = without();
        my $testscalar = without();
    }