- or download this
+ Chess
+ Piece
...
+ Pawn.pl
+ Square.pl
- or download this
BEGIN {
push @INC, "path/to/directory/of/chess-square";
}
use Chess::Square;
- or download this
use lib "path/to/directory/of/chess-square";
use Chess::Square;
- or download this
use Chess::Square;
use strict;
my $square = Chess::Square->new();