You can create a perl oneliner like this:
perl -MIO -e 'some_perl_code'
Can someone explain what this -MIO
means? Couldn't find any useful information about this
(On https://perldoc.perl.org/perl.html there are flags -I
and -M
, but this makes no sense for me).