.PH File
.ph is Perl Header File
Features | Description |
---|---|
File Extension | .ph |
Format | N/A |
Category | Developer |
.ph is Perl Header File
Features | Description |
---|---|
File Extension | .ph |
Format | N/A |
Category | Developer |
Header file that may be referenced by one or more Perl (.PL) scripts; contains Perl code that may include variable declarations and functions; similar to a C header (.H) file, but used by Perl programs.
PH files are often referenced within other Perl files using the require 'filename.pl' command.