my $fileDir = someawesomepath; opendir(DIR, "$fileDir") || die $!; while (defined(my $file = readdir(DIR))) { next if $file =~ /^\.\.?$/; # Skip the DIR #do stuff with $file } closedir(DIR);
In reply to Re: Help me to run linux command in windows
by technojosh
in thread Help me to run linux command in windows
by powersakthi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |