PL

pl icon

Zdrojový kód skriptovacího jazyka Perl

Typ souboru: Text file, Program executable file, Source code and script file

Soubory s příponou pl mohou obsahovat zdrojové kódy nebo skripty napsané v programovacím jazyce Perl.

Nalezeno 7 různých typů souborů se stejnou příponou pl.

Co je soubor pl?

Kategorie typu souboru:
Text file
Program executable file
Source code and script file

Datum aktualizace: 21. července 2025

Přípona souboru pl se někdy používá v Perl, stabilním, multiplatformním programovacím jazyce. Používá se pro projekty kritické pro provoz v veřejném i soukromém sektoru a je široce využíván k programování webových aplikací všech potřeb. Na webu je vzácný, protože Perl skripty jsou obvykle servírovány jako cgi.

Perl je natolik populární, že jich tam pár existuje. Ačkoli Perl neumožňuje vkládat kód do statických HTML stránek, má knihovnu speciálně pro generování webových stránek.

Použitím Perl CGI knihovny můžete generovat všechny části každé webové stránky pomocí specializované funkce; příkaz k vygenerování tagu atd. Takže nemusíte používat „print“ k vygenerování každého řádku kódu, což musí být praktické.

Typy MIME:
text/x-script.perl
text/plain

Jak otevřít soubor s příponou pl?

Můžete prohlížet a upravovat soubory *.pl v jakémkoli textovém editoru.

Jak zkonvertovat pl soubor?

Neexistuje žádný způsob, jak převést soubory *.pl do jiných formátů, pokud neexistuje nějaký parser pro Perl soubory.

Navrhovaný software k otevření souboru pl:

Asociované akce programů se souborem pl:

Aplikace, které mohou otevírat soubory pl:

Sublime Text icon Sublime Text (Microsoft Windows)

no icon available Perl Builder (Microsoft Windows)

Sublime Text for Mac icon Sublime Text for Mac (Apple macOS / Mac OS X)

Sublime Text for Linux icon Sublime Text for Linux (Linux/Unix)

no icon available Perl (Multiplatform)

Software, který může upravovat soubory pl:

Sublime Text icon Sublime Text (Microsoft Windows)

no icon available Perl Builder (Microsoft Windows)

Sublime Text for Mac icon Sublime Text for Mac (Apple macOS / Mac OS X)

Sublime Text for Linux icon Sublime Text for Linux (Linux/Unix)

no icon available Perl (Multiplatform)

Aplikace, které mohou uložit soubory pl:

Sublime Text icon Sublime Text (Microsoft Windows)

no icon available Perl Builder (Microsoft Windows)

Sublime Text for Mac icon Sublime Text for Mac (Apple macOS / Mac OS X)

Sublime Text for Linux icon Sublime Text for Linux (Linux/Unix)

no icon available Perl (Multiplatform)

Software, který může vytvářet soubory pl:

no icon available Perl Builder (Microsoft Windows)

Sublime Text for Mac icon Sublime Text for Mac (Apple macOS / Mac OS X)

Sublime Text for Linux icon Sublime Text for Linux (Linux/Unix)

no icon available Perl (Multiplatform)

BRL-CAD 2D and 3D plot file

Kategorie typu souboru:
3d graphics, CAD-CAM-CAE file

Datum aktualizace: 2. listopadu 2017

The pl file extension is associated with the BRL-CAD solid geometry modeling package developed by the U.S. Army Research Laboratory.

The package includes a large collection of tools and utilities including an interactive geometry editor, raytracing and generic framebuffer libraries, a network-distributed image-processing and signal-processing capability, and an embedded scripting language.

The .pl file stores 2D, or 3D plots.

Jak otevřít soubor s příponou pl?

Use BRL-CAD to open .pl plot files.

Jak zkonvertovat pl soubor?

There is not any known conversion for the pl extension files.

Navrhovaný software k otevření souboru pl:

Asociované akce programů se souborem pl:

Programy, které mají asociované jiné než běžné akce související se soubory pl:

no icon available BRL-CAD (Multiplatform)

Paleta Fractal Zplot

Kategorie typu souboru:
Settings, options, themes or skins file

Datum aktualizace: 23. července 2025

Přípona souboru pl souvisí s Fractal Zplot, interaktivním programem pro Microsoft Windows, který umožňuje uživatelům generovat fraktální obrázky.

Pl soubor ukládá nastavení barevné palety.

Jak otevřít soubor s příponou pl?

Použijte Fractal Zplot pro práci se soubory *.pl.

Jak zkonvertovat pl soubor?

Pravděpodobně lze exportovat do jiných formátů.

Navrhovaný software k otevření souboru pl:

Asociované akce programů se souborem pl:

Software, který spravuje nebo ukládá nastavení do pl souborů:

no icon available Fractal Zplot (Microsoft Windows)

Harvard paleta

Kategorie typu souboru:
Various data file

Datum aktualizace: 23. července 2025

Přípona souboru pl je spojena s aplikacemi vyvinutými společností Harvard Graphics, jako jsou Harvard Graphics ChartXL, Harvard Graphics 98, Pro Presentations atd.

Soubor pl ukládá nastavení palety grafiky.

Harvard Graphics byla získána společností Serif.

Navrhovaný software k otevření souboru pl:

Asociované akce programů se souborem pl:

Programy, které mají asociované jiné než běžné akce související se soubory pl:

no icon available Harvard Graphics ChartXL (Microsoft Windows)

Interleaf printerleaf (or WorldView) format file

Kategorie typu souboru:
Document file

Datum aktualizace: 7. srpna 2017

The pl file extension is associated with applications developed by Interleaf, Inc. The .pl file stores document in electronic form.

Interleaf, Inc. provides software and services to allow organizations to build, integrate and manage document systems. Interleaf software covers the full range of document processes: accessing information, developing text and graphic documents, putting them through their review and revision processes, distributing them electronically or on paper, and managing the entire process.

Interleaf, Inc. was acquired by Broadvision in 2000.

Jak otevřít soubor s příponou pl?

Use WorldView to open .pl document files.

PROLOG language source code file

Kategorie typu souboru:
Source code and script file

Datum aktualizace: 3. srpna 2017

The pl file extension is associated with the PROLOG programming language. The .pl file stores Prolog source code.

Prolog is a logic programming language. It is a general purpose language often associated with artificial intelligence and computational linguistics. It has a purely logical subset, called "pure Prolog", as well as a number of extralogical features.

Having its roots in formal logic, and unlike many other programming languages, Prolog is declarative: The program logic is expressed in terms of relations, and execution is triggered by running queries over these relations. Relations and queries are constructed using Prolog's single data type, the term. Relations are defined by clauses. Given a query, the Prolog engine attempts to find a resolution refutation of the negated query. If the negated query can be refuted, i.e., an instantiation for all free variables is found that makes the union of clauses and the singleton set consisting of the negated query false, it follows that the original query, with the found instantiation applied, is a logical consequence of the program. This makes Prolog (and other logic programming languages) particularly useful for database, symbolic mathematics, and language parsing applications. Because Prolog allows impure predicates, checking the truth value of certain special predicates may have some deliberate side effect, such as printing a value to the screen. This permits the programmer to use some amount of conventional imperative programming when the logical paradigm is inconvenient.

The language was first conceived by a group around Alain Colmerauer in Marseille, France, in the early 1970s, while the first compiler was written by David H. D. Warren in Edinburgh, Scotland. Prolog was one of the first logic programming languages, and remains among the most popular such languages today, with many free and commercial implementations available. While initially aimed at natural language processing, the language has since then stretched far into other areas like theorem proving, expert systems, games, automated answering systems, ontologies and sophisticated control systems, and modern Prolog environments support the creation of graphical user interfaces, as well as administrative and networked applications.

Jak otevřít soubor s příponou pl?

Plain text use text editor (Notepad).

Navrhovaný software k otevření souboru pl:

Asociované akce programů se souborem pl:

Aplikace, které mohou otevírat soubory pl:

GNU Prolog icon GNU Prolog (Linux/Unix)

Software, který může upravovat soubory pl:

GNU Prolog icon GNU Prolog (Linux/Unix)

Aplikace, které mohou uložit soubory pl:

GNU Prolog icon GNU Prolog (Linux/Unix)

Software, který může vytvářet soubory pl:

GNU Prolog icon GNU Prolog (Linux/Unix)

Programy, které mají asociované jiné než běžné akce související se soubory pl:

GNU Prolog icon GNU Prolog (Linux/Unix)

TeX property list font metric file

Kategorie typu souboru:
Various data file

Datum aktualizace: 4. března 2013

The PL file extension is also used by TeX, a typesetting system designed and mostly written by Donald Knuth. Together with the METAFONT language for font description and the Computer Modern typefaces, it was designed with two main goals in mind: to allow anybody to produce high-quality books using a reasonable amount of effort, and to provide a system that would give the exact same results on all computers, now and in the future. A *.pl file used in Tex contains property list font metric.

Navrhovaný software k otevření souboru pl:

Asociované akce programů se souborem pl:

Programy, které mají asociované jiné než běžné akce související se soubory pl:

no icon available TeX Live (Linux/Unix)