My Calendar
sub do_nothing_useful {
my($a, $b, $c);
$a = new A;
$a->does_nothing_either();
$b = new B;
$c = "frog";
return ($a, $c);
}
![]() |
These are calls to the constructor |
![]() |
This function returns a two-element list. |
![]() |
The destructor ( |





![[docbook.org]](http://sina.khakbaz.com/img/docbook.png)

