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

NAME

Seshat::Parallel - Perl extension for Seshat

SYNOPSIS

  use Seshat::Parallel;
  
  my $plh = Seshat::Parallel->new("filename1"[,"filename2",...]);

  $plh->write($string, $bol_flag);

  my $res = $plh->registar("filename3");

  my $res = $plh->register("filename1");

DESCRIPTION

This is an extension for Seshat, it introduces multiple , simultaneous, log writing. The module uses a list of filenames given by the user and, every time its required, the modulo writes the string to all the filenames specified.

AUTHOR

Bruno Tavares (bruno.tav@clix.pt)

SEE ALSO

perl(1).