Alien-InteractiveBrokers
view release on metacpan or search on metacpan
lib/Alien/InteractiveBrokers.pm view on Meta::CPAN
sub new
{
my $class = shift;
# Set up a default object
my $self = {};
# Instantiate the object. sort of.
bless( $self, $class );
# Direct the global cache to us (see note above)
$CACHE = $self;
return( $self );
}
###
### Methods
###
sub path
( run in 0.564 second using v1.01-cache-2.11-cpan-49f99fa48dc )