andrew Black <> wrote:

: $     myprog.pl   *.html
: 
: and the program is basically
:      while ( <> )
:       {  do something }
: 
: Is there a way of achieving the same on Win32, hopefully in
: a way that would still allow my script to run under Unix?

    This works on my win XP box with 5.8.6. According to the
docs, Win32::Autoglob has no effect on foreign systems.

use strict;
use warnings;
use Data::Dumper 'Dumper';

use Win32::Autoglob;

print Dumper [EMAIL PROTECTED];

__END__


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to