Dang, what's wrong with ur mail server.  This is like copy 10 of this.

At 09:04 PM 4/11/05 -0500, Charles K. Clarkson wrote:
>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
>
>


--
REMEMBER THE WORLD TRADE CENTER         ---=< WTC 911 >=--
"...ne cede males"

00000100

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

Reply via email to