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

	Copy a set of files to a memcached cluster.

Current options. A '=' means the option takes a value.

	 --version 
		Display the version of the application and then exit.
	 --help 
		Diplay this message and then exit.
	 --verbose 
		Give more details on the progression of the application.
	 --debug 
		Provide output only useful for debugging.
	 --servers=
		List which servers you wish to connect to.
	 --flag=
		Provide flag information for storage operation.
	 --expire=
		Set the expire option for the object.
	 --set 
		Use set command with memcached when storing.
	 --add 
		Use add command with memcached when storing.
	 --replace 
		Use replace command with memcached when storing.