Help for this page

Select Code to Download


  1. or download this
      use Plx;     # Programming Language Extensions
      use PlxHml;             # HTML Macro Languages
      use PlxLang;               # Language Services
      use strict 'vars';
    
  2. or download this
      package PLX;
      use attributes;
      use diagnostics;
    ...
      use Carp;
      $SIG{__WARN__} = \&carp;
      $SIG{__DIE__} = \&confess;
    
  3. or download this
      package PLXHML;
      use PLX;
      use Carp;
      $SIG{__WARN__} = \&carp;
      $SIG{__DIE__} = \&confess;
    
  4. or download this
      package PLXLANG;
      use PLX;
      use Carp;
      $SIG{__WARN__} = \&carp;
      $SIG{__DIE__} = \&confess;
    
  5. 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
    --------------------------------------------------------------------
    
  6. 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
    --------------------------------------------------------------------
    
  7. 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
          .
    --------------------------------------------------------------------