in reply to Re: null byte issue in system command
in thread null byte issue in system command
Hi afoken
*cough*cough* File::Slurp is dead :P long live File::Slurper , I mean Path::Tiny
use Path::Tiny qw/ path /; path( '/dev/ttyACM0' )->append_raw( "\xFF\x08\x00" );
|
|---|