ここで何が問題なのですか?
既存のファイルの内容を表示しようとしています:
perl -MFile::Slurp -e 'print File::Slurp->read_file("/tmp/001.jpg", { binmode => ":raw" } ) if -e "/tmp/001.jpg"; '
エラーが表示されます:
read_file 'File::Slurp' - sysopen: No such file or directory
ファイルが存在し、print
実行されるのみif -e "/tmp/001.jpg"