Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks - For some reason,the following for loop is not getting entered for the given input,any idea what could be the reason?
@folder_mk =./AACBaseFileLib/common.mk: $(PROJECT_ROOT)/../FilemuxIn +ternalDefs/inc \ foreach $mk(@folder_mk) { print "IN\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: FOR LOOP not entered
by davido (Cardinal) on Mar 21, 2011 at 06:53 UTC | |
|
Re: FOR LOOP not entered
by wind (Priest) on Mar 21, 2011 at 06:33 UTC | |
by Anonymous Monk on Mar 21, 2011 at 06:41 UTC | |
by Argel (Prior) on Mar 21, 2011 at 23:59 UTC | |
|
Re: FOR LOOP not entered
by Argel (Prior) on Mar 21, 2011 at 23:53 UTC | |
|
Re: FOR LOOP not entered
by jffry (Hermit) on Mar 22, 2011 at 14:54 UTC |