Help for this page
sub do_something() { return 1; }
package Utils; ... my $self = shift; return $self->readLine(); }