in reply to Re: EEPROM on i2c Real Time Clock Modules
in thread EEPROM on i2c Real Time Clock Modules

That should be if ( !defined $opt_o ) {

You have negated the logic. It should actually be the even simpler if (defined $opt_o) {


🦛