The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lustre::LFS - Perl interface to lustres /usr/bin/lfs binary

SYNOPSIS

  use strict;
  use Lustre::LFS::File;
  use Lustre::LFS::Dir;
  
  my $fh = Lustre::LFS::File->new;
  $fh->open("> some.file") or die;
  print $fh "Hello World!\n";
  my $stripes = $fh->get_stripe;
  $fh->close;
  

DESCRIPTION

Internal module used by Lustre::LFS::File and Lustre::LFS::Dir

CONSTRUCTOR

    Lustre::LFS should not be used directly, see Lustre::LFS::File and Lustre::LFS::Dir

AUTHOR

Copyright (C) 2010, Adrian Ulrich <adrian.ulrich@id.ethz.ch>

SEE ALSO

Lustre::Info, Lustre::LFS::File, Lustre::LFS::Dir, IO::File, IO::Handle, http://www.lustre.org