##
sub clientcrgunit {
my ($self, @stuff) = @_;
if ( @stuff == 1 && ref($stuff[0] eq 'ARRAY') ) {
$self->{clientcrgunit} = $stuff[0];
} else {
$self->{clientcrgunit} = \@stuff;
}
}
####
perl -e 'print "How sweet does a rose smell? "; chomp ($n = ); $rose = "smells sweet to degree $n"; *other_name = *rose; print "$other_name\n"'