Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl -w
    ...
            }
        }
    
  2. or download this
    
    #!/usr/bin/perl -w
    ...
            print "@list\n";
        }
    
  3. or download this
    
    my @symbol=qw(0 1 2 3 4 5 6 7 8 9);
    ...
    
    #? Repeat the foreach to specified deepness ?