- or download this
use Plx; # Programming Language Extensions
use PlxHml; # HTML Macro Languages
use PlxLang; # Language Services
use strict 'vars';
- or download this
package PLX;
use attributes;
use diagnostics;
...
use Carp;
$SIG{__WARN__} = \&carp;
$SIG{__DIE__} = \&confess;
- or download this
package PLXHML;
use PLX;
use Carp;
$SIG{__WARN__} = \&carp;
$SIG{__DIE__} = \&confess;
- or download this
package PLXLANG;
use PLX;
use Carp;
$SIG{__WARN__} = \&carp;
$SIG{__DIE__} = \&confess;
- or download this
--------------------------------------------------------------------
c:\Perl64\site\lib()dir
Volume in drive C is C-DRIVE
...
6 File(s) 248,406 bytes
4 Dir(s) 651,360,083,968 bytes free
--------------------------------------------------------------------
- or download this
--------------------------------------------------------------------
c:\!dh\dh\web\PRC\1()sitegen.pl
Subroutine TRUE redefined at C:/Perl64/site/lib/PLX.pm line 280 (#1)
...
Undefined subroutine &main::x_hh_mm_ss called at C:\!dh\dh\web\PRC\1\s
+itegen.pl line 347.
at C:\!dh\dh\web\PRC\1\sitegen.pl line 347
--------------------------------------------------------------------
- or download this
------------------- Output from perl -v -------------------
This is perl, v5.10.1 built for MSWin32-x64-multi-thread
(with 2 registered patches, see perl -V for more detail)
...
C:/Perl64/lib
.
--------------------------------------------------------------------