Tutorials Point


  Perl Home

  PERL Functions

© 2011 TutorialsPoint.COM


  Home     References     About TP     Advertising  

PERL closedir Function



Syntax

closedir DIRHANDLE


Definition and Usage

Closes the directory handle DIRHANDLE.

Return Value

  • 0 on failure

  • 1 on success

Example

ut following example:

#!/usr/bin/perl -w

$dirname = "/tmp";

opendir ( DIR, $dirname ) || die "Error in opening dir $dirname\n";
while( ($filename = readdir(DIR))){
     print("$filename\n");
}
closedir(DIR);

It will produce following results:

.
..
testdir


Printer Friendly



  

Advertisement

Online Image Processing

Indian Baby Names