s_gaurav1091 has asked for the wisdom of the Perl Monks concerning the following question:
My problem is that the grep command is not taking the value of $find as "ObjectEventReceiverService" instead its searching for $find.Can anyone suggest that what I should do here????my $date = `date +20%y/%m/%d `; @array = `grep $date $ENV{JBOSS_HOME}/log/wrapper.log |grep "$find sta +rted"`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: literal meaning of a variable
by brian_d_foy (Abbot) on Feb 27, 2006 at 05:54 UTC | |
|
Re: literal meaning of a variable
by McDarren (Abbot) on Feb 27, 2006 at 06:01 UTC | |
by revdiablo (Prior) on Feb 27, 2006 at 06:17 UTC | |
by McDarren (Abbot) on Feb 27, 2006 at 06:32 UTC |