in reply to Re: double quotes and single qoutes (shell interpolation)
in thread double quotes and single qoutes
thanks for your explanation , it worked after escaping every $, and i have one question , can you use the modules at command line as we did in this case perl -MO=Deparse -e "(\$hi)=glob(\"nosum*\"); print \"$hi\"" , if suppose i want to use Dumper module how can i use it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: double quotes and single qoutes (shell interpolation)
by tobyink (Canon) on Mar 14, 2013 at 09:30 UTC | |
|
Re^3: double quotes and single qoutes (shell interpolation)
by Anonymous Monk on Mar 14, 2013 at 09:41 UTC |