Help for this page

Select Code to Download


  1. or download this
    my $filename = 'ShowPerm.pl';
    
    if ( -x $filename ) {
        print "Filename $filename is executable \n";
    }