Help for this page

Select Code to Download


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