Help for this page

Select Code to Download


  1. or download this
    package PLXHML;
    
  2. or download this
    package PlxHml;
    use strict;
    ...
    sub foo {
        x_log(...);
    };
    
  3. or download this
    package PlxHml;
    use strict;
    ...
        x_log(...);
    };