----- Original Message ----- From: "Leopold Toetsch" <[EMAIL PROTECTED]> To: "Jonathan Worthington" <[EMAIL PROTECTED]> Cc: "P6I" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 4:34 PM Subject: Re: [CVS ci] pmc compiler 2nd edition
> Jonathan Worthington wrote: > > > Hope bug reports are welcome too. :-) On Win32:- > > Always. > > > >>perl -e "print @ARGV" *.* > >> > > *.* > > Dumb "operating" system :) > Yeah, the Windows "shell" is pretty pathetic. > > C:\Perl\bin\perl.exe pmc2c2.pl --dump *.pmc > > Can't read '*.pmc' at pmc2c2.pl line 253. > > I've inserted this before 253: > > # help these dumb 'shells' that are no shells > @files = glob $files[0] if $files[0] eq '*.pmc'; > foreach my $file (@files) { > > > Should work on Win too. Works great, thanks. Jonathan