On 10-12-01 07:19 AM, Amit Saxena wrote:
print "Sorted listing of files in<$directory_name>  directory are as follows
:-\n";
my $j;
foreach $j ( @files_in_directory )

foreach $j ( @sorted_files_in_directory )

{
         print $j . "\n";
}
print "\n";


--
Just my 0.00000002 million dollars worth,
  Shawn

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to