You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -453,18 +453,14 @@ It is intercepted inside PEB and is not passed to the underlying operating syste
453
453
Please note that the window from where this URL was called will be closed immediately without any check for unsaved user data in HTML forms. Window-closing URL was created for [asynchronous window-closing JavaScript functions](#warning-for-unsaved-user-input-before-closing-a-window).
454
454
455
455
## Local File Types
456
-
All file types not listed here are unsupported. If they are linked from local pages, they will be opened using the default application of the operating system.
457
-
458
456
PEB is case-insensitive for all local filename extensions with the exception of the start page.
459
457
All local files can have multi-dotted names.
460
458
461
459
Perl scripts are usually recognized by PEB using the ``.pl`` filename extension.
460
+
462
461
Perl scripts without filename extensions are recognized using a Perl shebang line like:
463
462
``#!/usr/bin/perl`` or ``#!/usr/bin/env perl``
464
-
465
-
No shebang line can change the Perl distribution used by PEB. Shebang arguments are not honored by PEB.
466
-
467
-
PEB finds Perl interpreter at application startup and uses shebang line only to detect Perl scripts without filename extension.
463
+
Shebang interpreter path and arguments are not honored by PEB.
468
464
469
465
All other supported local file types are recognized using the following filename extensions:
0 commit comments