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

A convenient command line interface to Rackspace Email Notes.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

Usage: racknotes command [arguments]
  
  Available Commands:
    add         add a new note, content is read from stdin
    append      append the content of stdin to the note
    delete      delete the note
    help        show syntax and available commands
    list        lists id and subject of all notes
    show        show the contents of the note

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command:

    perldoc racknotes


COPYRIGHT AND LICENCE

Copyright (C) 2010 Naveed Massjouni

This program is free software. You can redistribute it and/or modify it
under the terms of the GNU General Public License as published
by the Free Software Foundation.

See http://dev.perl.org/licenses/ for more information.