Help for this page
foreach my $move ( $LegalMoves->get_legal_moves( $Piece, $Start ) ) { # Do stuff here }
foreach my $Piece (@list_of_pieces) { foreach my $Start (@list_of_squares) { ... } } }