Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        if(  eval { require bytes }  ) {
            bytes->import();
        }
    }
    
  2. or download this
    BEGIN {
    eval {require bytes; import bytes; 1}
    }