[EMAIL PROTECTED] wrote:
> Philip,
> 
> Does this method have any shortcomings?
> 
>   perl -e "BEGIN{@ARGV=glob join(q( ), @ARGV)} s/f:/g:/gi" 
> -pi.bak *.htm *.dat

>From a quick look, it should work fine. One "shortcoming" might be that you
have to type in this incantation in *every* one-liner that needs to process
globs. With Jenda's G module you can stick -MG in PERL5OPT variable and
forget about it -- globs will be automagically expanded for you.

Cheers,
Philip

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to