FUSE::Client

FUSE::Client is a Perl-FUSE client.
Download

FUSE::Client Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cal Henderson
  • Publisher web site:
  • http://search.cpan.org/~iamcal/

FUSE::Client Tags


FUSE::Client Description

FUSE::Client is a Perl-FUSE client. FUSE::Client is a Perl-FUSE client.SYNOPSIS use FUSE::Client; $c = FUSE::Client->new({ Port=>35008, Quiet=>1, }); $c->connect(); $c->send("COMMAND","parameter"); $c->disconnect();The FUSE::Client module will create a TCP FUSE client to test sending messages to a FUSE server.The external interface to FUSE::Client is:$c = FUSE::Client->new( );The object constructor takes the following arguments in the options hash:Quiet = 0|1Whether to be quiet. Default is to report all events to STDOUT (not 'Quiet').Port = nThe port for the client to connect to. Default is 1024.$c->connect();This method connects the client to the server.$c->disconnect();This method disconnects the client from the server.$c->send( $command, $parameter );Send a FUSE formatted command message to the server, with the specified parameter. Requirements: · Perl


FUSE::Client Related Software