perl foreach 循环

@var=  (glob "*.pl") ;
foreach $_ (@var){
print "$_ ";
}
原文地址:https://www.cnblogs.com/hzcya1995/p/13352064.html