7 my ($self, $path) = @_;
8 if (defined $path) { $self->{__PACKAGE__."path"} = $path }
10 if (defined $self->{__PACKAGE__."path"}) {
11 return $self->{__PACKAGE__."path"}
13 else { croak "path() is not defined" }
26 Methods that might be useful to any other object, but not nessecery.
30 =head2 $obj->path($path)
32 Get/Setter for the path of a filename.