Re: Pass a wild card argument in Win32

2008-06-28 Thread Jenda Krynicky
From: Mike <[EMAIL PROTECTED]> > I've searched google and much of this group to find the answer to this > problem with no luck. > > I am able to pass regular arguments to perl but is it possible to get > the * operator to work like it does in Linux? Like typing in *.cpp to > pass perl all .cpp fil

Re: Pass a wild card argument in Win32

2008-06-27 Thread Jeff Peng
On Sat, Jun 28, 2008 at 4:49 AM, Mike <[EMAIL PROTECTED]> wrote: > > I am able to pass regular arguments to perl but is it possible to get > the * operator to work like it does in Linux? No. Perl treats * as different as linux shell. > Like typing in *.cpp to > pass perl all .cpp files. Try thi

Pass a wild card argument in Win32

2008-06-27 Thread Mike
I've searched google and much of this group to find the answer to this problem with no luck. I am able to pass regular arguments to perl but is it possible to get the * operator to work like it does in Linux? Like typing in *.cpp to pass perl all .cpp files. I already fixed the issue getting the