#!/bin/perl use strict; use warnings; foreach (glob ( "/cygdrive/c/temp/*" )) { print $_, "\n"; } [download]
In reply to Re: Re: Re: Get file names by Preceptor in thread Get file names by nofernandes