- or download this
#!/usr/local/bin/perl
use strict;
...
for (keys %$player) {
print "$_: ", $player->{$_}, $/;
}
- or download this
package Player;
use Mover;
...
}
1;
- or download this
package Mover;
use Object;
...
}
1;
- or download this
package Object;
use strict;
...
}
1;
- or download this
$ ./test.pl
score: 0
vx: -1
symbol: _