RCRPG/Perl: Difference between revisions

Content added Content deleted
m (Categorization now in master page)
m (→‎Code: Corrected a word. ("know" was "now"))
Line 440: Line 440:
unless( defined $directions{$direction})
unless( defined $directions{$direction})
{
{
print "I don't now that direction. Try:";
print "I don't know that direction. Try:";
foreach my $exdir ( keys %directions )
foreach my $exdir ( keys %directions )
{
{