OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/www/html/../../../usr/share/rsyslog/../php7.4-readline/../pyshared/../perl5/Debconf/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
#!/usr/bin/perl # This file was preprocessed, do not edit! package Debconf::Path; use strict; use File::Spec; sub find { my $program=shift; my @path=File::Spec->path(); for my $dir (@path) { my $file=File::Spec->catfile($dir, $program); return 1 if -x $file; } return ''; } 1