steph_bow has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I have some problems with the command move and qq{}
For example, the following command works well
but this command does not workmy $cmda=qq{mkdir dir_M1_${week}_comptage_${comptage}_${index}};
my $cmdc2= qq{mv M3.*txt ../../../dir_first_action_${week}/dir_M3_${we +ek}_comptage_${comptage}_${index}};
Could you please explain why ? Thanks a lot
update : Sorry guys: I forgot the mv for the second line of code
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: command move and qq{}
by FunkyMonk (Bishop) on Mar 21, 2008 at 16:03 UTC | |
|
Re: command move and qq{}
by doc_faustroll (Scribe) on Mar 21, 2008 at 19:12 UTC | |
|
Re: command move and qq{}
by nefigah (Monk) on Mar 22, 2008 at 04:49 UTC |