Help for this page
#!/usr.bin/perl ... $class->$method; }
#!/usr.bin/perl ... my ($self) = @_; print "I'm alive\n"; }