in reply to Re^3: getting shell expansion to work
in thread getting shell expansion to work

Yes...specifically, I wanted bash's expansion, so more recent revisions have included deliberate specification using "bash -c". Someone else noted that they got the extended regular expressions to work using the backquote syntax even though perl invokes bash using the "sh" alias. They (and I) both thought that invoking bash with the sh alias might limit bash to 'sh' compatibility mode...but surprise -- it didn't (not that one should rely on such things! :-)...