Help for this page

Select Code to Download


  1. or download this
    print "nothing\n" if not -e $filename;
    print "directory\n" if -d $filename;
    print "file\n" if -f $filename;