NAME
WebService::Images::Nofrag - upload an image to http://pix.nofrag.com
VERSION
Version 0.01
SYNOPSIS
Quick summary of what the module does.
my $pix = WebService::Images::Nofrag->new();
$pix->upload('/path/to/the/file');
print "URL : " . $pix->get_url() . "\n"; # print the url of the page
print "image : " . $pix->get_image() . "\n";# print the url of the image
print "thumb : " . $pix->get_thumb() . "\n";# print the url of the thumb
AUTHOR
Franck Cuny, <franck.cuny at gmail.com>
BUGS
Please report any bugs or feature requests to bug-webservice-images-nofrag at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-Images-Nofrag. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WebService::Images::Nofrag
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WebService-Images-Nofrag
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2006 Franck Cuny, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.