Search results

  1. S

    Perl error! Help!? Tells me in concatenating when im not!?

    Okay, so the code is too long, but heres the part thats not working: #display game board sub display_the_game_board { clear_the_screen::clear(); #layout... print " Tic Tac Toe\n\n\n"; print " 1 2 3\n\n"; print " | |\n"; print " A $a1 | $a2 |...
Back
Top