Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            die "Unable to resolve bits: $bits.\n";
        }
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    Use of uninitialized value in print at test.pl line 9, <DATA> line 3.
    
    Use of uninitialized value in print at test.pl line 9, <DATA> line 4.