#!/usr/bin/env perl use strict; use warnings; use Quux; my $foo = Quux->new; $foo->bar->baz; $foo->bar()->baz; exit;