- or download this
use Modern::Perl;
say 'listes associatives';
my %url = (
...
ok => "www.ouedkniss.com",
se => "www.sec4ever.com"
);
- or download this
sad723@sad723-PC ~/perl
$ ./hash.pl
./hash.pl: ./hash.pl: cannot execute binary file
- or download this
C:\Perl\bin>hash.pl
Unrecognized character \xE3 at C:\Perl\bin\hash.pl line 2.