Help for this page

Select Code to Download


  1. or download this
    @list_of _teamdata = [][];
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    # that's why Data::Dumper is needed;
    
    print Dumper([@list_of_teamdata]);