News::Pan::Server::Group

Abstraction to a pan news group cache file
Download

News::Pan::Server::Group Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Leo Charre
  • Publisher web site:
  • http://search.cpan.org/~leocharre/

News::Pan::Server::Group Tags


News::Pan::Server::Group Description

Abstraction to a pan news group cache file News::Pan::Server::Group offers an abstraction to a pan news group cache file.There are two ways to set the abs_path of the news group cache file. Either through set_asb_path(), which returns boolean, or through argument to constructor. If you set it through argument to constructor, it will throw an exception if this is not a file.new() my $server = new News::Pan::Server::Group({ abs_path => '/home/myself/.pan/astraweb/alt.binaries.sounds.mp3' }); my $server = new News::Pan::Server::Group; $server->set_asb_path( '/home/myself/.pan/astraweb/alt.binaries.sounds.mp3' ) or warn('not a file');set_abs_path()set the abs path for this news group cache fileabs_pathreturns abs path to file Requirements: · Perl


News::Pan::Server::Group Related Software