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
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
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