Help for this page

Select Code to Download


  1. or download this
    my @a = qw( a b c d e f g );
    sub f {
    ...
    f(1);
    f(2);
    f(6);
    
  2. or download this
    f,g,a
    g,a,b
    a,b,c
    e,f,g