hello every body i'm a beginner in perl; can you help me to solve this problem:
#!C:/Perl/bin/perl.exe -w #!/usr/bin/perl print "listes associatives \n"; %url=("fd"="www.forumdz.com", "ok"="www.ouedkniss.com", "se"="www.sec4ever.com"); #----------------------------- print "liste des URL \n"; foreach $val (%url){ print $val."\t"; }
Unquoted string "p" may clash with future reserved word at C:\Perl\bin\hash.pl ine 4. Bareword found where operator expected at C:\Perl\bin\hash.pl line 4, near "" (Missing operator before r?) Unquoted string "r" may clash with future reserved word at C:\Perl\bin\hash.pl ine 4. Bareword found where operator expected at C:\Perl\bin\hash.pl line 4, near "" (Missing operator before i?) Unquoted string "i" may clash with future reserved word at C:\Perl\bin\hash.pl ine 4. Bareword found where operator expected at C:\Perl\bin\hash.pl line 4, near "" (Missing operator before n?) Unquoted string "n" may clash with future reserved word at C:\Perl\bin\hash.pl ine 4. Bareword found where operator expected at C:\Perl\bin\hash.pl line 4, near "" (Missing operator before t?)
i found some thing like this on this forum but can't understand ; ms-dos batch file !!!?? thank'sIn reply to begin with perl by sad723
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |