The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Lufs::Execfs - A module that executes code from the underlying filesystem, with stdin/stdout connected to read() and write() calls

SYNOPSIS

lufsmount -c 1 perlfs://Lufs::Execfs/dir/with/code /mnt/exec cat /mnt/exec/script.pl # or even lufsmount -c 1 perlfs://Lufs::Execfs/usr/bin /mnt/bin cat /mnt/bin/ls open($fh, "<> /mnt/bin/perl") print $fh "more perl\n" printf "perl said: %s\n", <$fh>;

ABSTRACT

Kind of like Apache::Registry, and a little like hurd.