SPVM::IO::File is available in experimental status.

Yuki Kimoto - SPVM Author - Nov 22 '22 - - Dev Community

SPVM::IO::File is available in the experimental status.

  use IO::File;

  my $io_file = IO::File->new("file", "r");
  $io_file->print("Hello");
Enter fullscreen mode Exit fullscreen mode

This module is a IO::File porting to SPVM.

SPVM is approaching the goal of Data Science on IoT. SPVM can access files and create an executable file using spvmcc for IoT devices.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .