>type ee1.pl di C:\home\jerome
#! Perl
usare rigoroso;
usare MyTest;
stampare “$_ \ n„ per le chiavi %hash;
>type MyTest.pm di C:\home\jerome
pacchetto MyTest;
usare rigoroso;
usare il qw basso (esportatore);
il nostri @EXPORT = qw (%hash);
nostro %hash = (=> “valore„ della modifica);
1; # questo è richiesto. Non cancellare questa linea!
>perl ee1.pl di C:\home\jerome
modifica
|