Help for this page

Select Code to Download


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