--- perl/trunk/examples/loopback.pl 2005/12/21 15:33:37 18 +++ perl/trunk/examples/loopback.pl 2005/12/27 12:47:00 19 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w - use strict; + use Fuse; use IO::File; use POSIX qw(ENOENT ENOSYS EEXIST EPERM O_RDONLY O_RDWR O_APPEND O_CREAT);