Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
    $Path->{'real'} = "/usr/";
    opendir(THE_DIR, $Path->{'real'}) or die "Can't open dir $Path->{'real
    +'}:$!\n";
    close(THE_DIR);