.PL 파일 확장자
Perl Script
| 개발사 | Larry Wall |
| 인기도 |
3.8 | 129 투표 |
PL 파일이란 무엇인가요?
A PL file contains source code written in Perl, a scripting language compiled and run using a Perl interpreter. It contains lines of Perl program code with variables, operations, functions, and comments. PL files may be difficult to read due to the brief and compact nature of the Perl language syntax.
추가 정보
Programmers may use PL scripts for various purposes, including web server CGI scripting, system administration, and app GUI development. The scripting language is also commonly used to read and search through large amounts of text files since it is especially helpful for parsing text.
Programmers typically open and modify PL files with source code editors, such as Microsoft Visual Studio Code and MacroMates TextMate. Plain text editors, including Microsoft Notepad and Apple TextEdit, may also open and modify PL files. However, source code editors provide more helpful viewing and editing features for the Perl scripting language that are not available with plain text editors.
참고: PL files typically start with the line #!/usr/local/bin/perl, which tells the computer to run the script using the installed Perl interpreter.
PL 파일을 열거나 참조하는 프로그램
Prolog Source Code File
| 개발사 | 해당 없음 |
| 인기도 |
3.4 | 24 투표 |
Contains program source code written in Prolog, a declarative programming language often used for artificial intelligence applications and teaching purposes; can be edited with a text editor and compiled with a Prolog interpreter.
추가 정보
Prolog is an abbreviation for "Programmation en Logique."
PL 파일을 여는 프로그램
Unix Color Plot File
| 개발사 | BRL-CAD |
| 인기도 |
2.6 | 14 투표 |
2D or 3D image plot created with BRL-CAD, a combinatorial Constructive Solid Geometry (CSG) solid modeling system; typically generated with MGED (Multi-Device Geometry Editor), included in the BRL-CAD software package.
추가 정보
NOTE: PL files can be converted to standard .PNG image files using BRL-CAD's pl-fb and fb-png commands.
