Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
                                                                          
    +          
    ...
    closedir( DIR ) or warn "error closing dir '.': $!";
                                                                          
    +          
    print "Your file is: ", ($files[$position-1] || "not found"), "\n";