}
}
: undef;
+
+my @globlist = ( grep { defined } @opt{qw( l q S t )} )
+ ? do {
+ local *DIR;
+ opendir DIR, './' or die "can't opendir './': $!";
+ my @a = grep { not /^\.+$/ } readdir DIR;
+ closedir DIR;
+ @a;
+ }
+ : ();
}
}
: undef;
+
+my @globlist = ( grep { defined } @opt{qw( l q S t )} )
+ ? do {
+ local *DIR;
+ opendir DIR, './' or die "can't opendir './': $!";
+ my @a = grep { not /^\.+$/ } readdir DIR;
+ closedir DIR;
+ @a;
+ }
+ : ();
}
}
: undef;
+
+my @globlist = ( grep {defined} @opt{qw( l q S t )} )
+ ? do {
+ local *DIR;
+ opendir DIR, './' or die "can't opendir './': $!";
+ my @a = grep { not /^\.+$/ } readdir DIR;
+ closedir DIR;
+ @a;
+ }
+ : ();
}
}
: undef;
+
+my @globlist = ( grep { defined } @opt{qw( l q S t )} )
+ ? do {
+ local *DIR;
+ opendir DIR, './' or die "can't opendir './': $!";
+ my @a = grep { not /^\.+$/ } readdir DIR;
+ closedir DIR;
+ @a;
+ }
+ : ();
}
}
: undef;
+
+my @globlist = ( grep { defined } @opt{qw( l q S t )} )
+ ? do {
+ local *DIR;
+ opendir DIR, './' or die "can't opendir './': $!";
+ my @a = grep { not /^\.+$/ } readdir DIR;
+ closedir DIR;
+ @a;
+ }
+ : ();
----------
};
}
}
: undef;
+
+my @globlist = ( grep { defined } @opt{qw( l q S t )} )
+ ? do {
+ local *DIR;
+ opendir DIR, './' or die "can't opendir './': $!";
+ my @a = grep { not /^\.+$/ } readdir DIR;
+ closedir DIR;
+ @a;
+ }
+ : ();
#8...........
},
}
}
: undef;
+
+my @globlist = ( grep { defined } @opt{qw( l q S t )} )
+ ? do {
+ local *DIR;
+ opendir DIR, './' or die "can't opendir './': $!";
+ my @a = grep { not /^\.+$/ } readdir DIR;
+ closedir DIR;
+ @a;
+ }
+ : ();
#9...........
},
}
}
: undef;
+
+my @globlist = ( grep {defined} @opt{qw( l q S t )} )
+ ? do {
+ local *DIR;
+ opendir DIR, './' or die "can't opendir './': $!";
+ my @a = grep { not /^\.+$/ } readdir DIR;
+ closedir DIR;
+ @a;
+ }
+ : ();
#10...........
},