Help for this page

Select Code to Download


  1. or download this
                package ALIEN;
                no warnings "redefine";
                sub DOMAIN_PORT() {
                    666
                }
    
  2. or download this
                no warnings "redefine";
                *ALIEN::DOMAIN_PORT = sub() {
                    666
                };