sad723 has asked for the wisdom of the Perl Monks concerning the following question:
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's
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: begin with perl
by CountZero (Bishop) on Oct 30, 2011 at 10:49 UTC | |
by sad723 (Novice) on Oct 30, 2011 at 12:45 UTC | |
by Not_a_Number (Prior) on Oct 30, 2011 at 13:27 UTC | |
by Anonymous Monk on Oct 30, 2011 at 14:02 UTC | |
by Not_a_Number (Prior) on Oct 30, 2011 at 14:31 UTC | |
by CountZero (Bishop) on Oct 31, 2011 at 07:04 UTC | |
by sad723 (Novice) on Nov 01, 2011 at 09:48 UTC | |
by sad723 (Novice) on Nov 01, 2011 at 10:50 UTC | |
|
Re: begin with perl
by ikegami (Patriarch) on Oct 30, 2011 at 10:31 UTC | |
by Anonymous Monk on Oct 31, 2011 at 02:34 UTC | |
by ikegami (Patriarch) on Nov 01, 2011 at 23:58 UTC | |
|
Re: begin with perl
by ramprasad27 (Sexton) on Oct 30, 2011 at 10:34 UTC |