in reply to asterisk problems, and more
Hi,
use glob function for this.
use strict; use warnings; my $a = shift; my @a = glob($a); print @a;
I tested the following code under windows NT using Activestate perl 5.8.7
Regards,
Murugesan Kandasamy
use perl for(;;);
|
|---|