NAME

App::Wallflower - Class performing the moves for the wallflower program

SYNOPSIS

# this is the actual code for wallflower
use App::Wallflower;
App::Wallflower->new_with_options( \@ARGV )->run;

DESCRIPTION

App::Wallflower is a container for functions for the wallflower program.

METHODS

new_with_options( \@argv )

Process options in the provided array reference (modifying it), and return a object ready to be run().

See wallflower for the list of options and their usage.

run( )

Make wallflower dance.

Process the remaining arguments according to the options, i.e. either consider them as URL to save, or as files containing URL to save.

AUTHOR

Philippe Bruhat (BooK)

COPYRIGHT

Copyright 2010-2012 Philippe Bruhat (BooK), all rights reserved.

LICENSE

This program is free software and is published under the same terms as Perl itself.