Δημοσιεύτηκε: 02 Αύγ 2011, 17:36
Νομίζω είναι πίνακας, perl hash, αντίστοιχο του dictionary για python:
http://www.tizag.com/perlT/perlhashes.php
Μπορείς να δεις τι κρύβεται στο hash:
http://perldoc.perl.org/perlfaq3.html#H ... l-programs?
http://www.tizag.com/perlT/perlhashes.php
Μπορείς να δεις τι κρύβεται στο hash:
http://perldoc.perl.org/perlfaq3.html#H ... l-programs?
- Κώδικας: Επιλογή όλων
use Data::Dumper qw( Dumper );
print STDERR "The hash is " . Dumper( \%hash ) . "\n";