File::SAUCE

File::SAUCE is a Perl library to manipulate SAUCE metadata.
Download

File::SAUCE Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Brian Cassidy
  • Publisher web site:
  • http://search.cpan.org/~bricas/DBIx-Class-Loader-ADO-0.07/lib/DBIx/Class/Loader/ADO.pm

File::SAUCE Tags


File::SAUCE Description

File::SAUCE is a Perl library to manipulate SAUCE metadata. File::SAUCE is a Perl library to manipulate SAUCE metadata.SYNOPSIS use File::SAUCE; # Read the data... # file, handle or string my $sauce = File::SAUCE->new( file => 'myansi.ans' ); # Does the file have a SAUCE record? print $sauce->has_sauce ? "has SAUCE" : "does not have SAUCE"; # Print the metadata... $sauce->print; # Get a value... my $title = $sauce->title; # Set a value... $sauce->title( 'ANSi is 1337' ); # Get the SAUCE record as a string... my $output = $sauce->as_string; # Write the data... # file, handle or string $sauce->write( file => 'myansi.ans' ); # Clear the in-memory data... $sauce->clear; # Read the data... # file, handle or string $sauce->read( file => 'myansi.ans' ); # Remove the data... # file, handle or string $sauce->remove( file => 'myansi.ans' ); Requirements: · Perl


File::SAUCE Related Software