Front page | perl.beginners |
Postings from May 2008
Compile error
Thread Next
From:
Rodrigo Tavares
Date:
May 6, 2008 07:43
Subject:
Compile error
Hello,
I create a hash, and i want take the keys.
Using Deitel Book, i take this example:
numbers =
(
1 => 'one',
3 => 'two',
5 => 'three',
7 => 'four',
9 => 'five',
);
@hashkey = keys (%numbers);
When I try to run come this message.
Undefined subroutine &main::chaves called at line
What's wrong ?
By,
Faria
Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento!
http://br.mail.yahoo.com/
Thread Next
-
Compile error
by Rodrigo Tavares