Help for this page

Select Code to Download


  1. or download this
    my $file = "/etc/passwd";
    my $directory = "/etc";
    if (-f $file) { print "file !!" }
    if (-d $directory) { print "directory !!" }