Jonathan Worthington wrote:

Hope bug reports are welcome too. :-) On Win32:-

Always.



perl -e "print @ARGV" *.*

*.*

Dumb "operating" system :)



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.



Thanks,

Jonathan

leo




Reply via email to