in reply to Using the strict module in object oriented programming
use strict; use warnings; #... print STDERR join( "\n", $self->{Find}->{baseUrl}, $self->{confCode}, $self->{db}, $self->{Find}->{userName} ) . "\n"; # assuming you wanted a trailing "\n" too
-M
Free your mind
|
|---|