Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
12345678 use strict;use warnings;use RPi::OLED::SSD1306::128_64;my $oled = RPi::OLED::SSD1306::128_64->new(0x3c);$oled->string("blah blah", 1);
use
strict;
warnings;
RPi::OLED::SSD1306::128_64;
my
$oled
= RPi::OLED::SSD1306::128_64->new(0x3c);
->string(
"blah blah"
, 1);