Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $vector |= (!$tel49) || 32;
    
    printf "%06b\n", $vector;
    
  2. or download this
    001101