#!/usr/local/bin/perl use strict; use warnings; sub new { my ($class, @args) = @_; }