NAME

Finance::Optical::StrongBuy;

SYNOPSIS

#!/usr/bin/perl package main;

use Data::Dumper; use Finance::Optical::StrongBuy; use Finance::NASDAQ::Markets; use Finance::Google::Sector::Mean;

my @sector = sectorsummary();

my @idx = index();

my @sec = sector();

my $new = Finance::Optical::StrongBuy->new("/tmp"); foreach my $symbol (qw/C BAC WFC WM F GE AAPL GOOG/){ $new->callCheck($symbol); }

print Dumper [@idx,@sec,@sector ,$new];

1;

DESCRIPTION

Stub documentation for Finance::NASDAQ::Markets, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited.

Loads Sectors and Index quotes and changes

EXPORT

None by default.

SEE ALSO

Mention other useful documentation such as the documentation of related modules or operating system documentation (such as man pages in UNIX), or any relevant external documentation such as RFCs or standards.

If you have a mailing list set up for your module, mention it here.

If you have a web site set up for your module, mention it here.

AUTHOR

Hagen Geissler

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Hagen Geissler

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.