Help for this page

Select Code to Download


  1. or download this
    use_module('My::Utils')->import(qw< min max zip >);
    
    my $logger = use_module('My::Logger')->new(-trace => 1);
    
  2. or download this
    BEGIN {
        package PerlX::qm;
    ...
    
    say qm( Math::BigInt 1.000 )->new('4660')->as_hex;
    say qm( Math::BigFloat )->new('74565')->as_hex;