in reply to Re: EEPROM on i2c Real Time Clock Modulesin 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) {
🦛