4 lines
76 B
Perl
4 lines
76 B
Perl
|
|
package CameraPhone;
|
||
|
|
use base qw/Camera MobilePhone/;
|
||
|
|
#functions go here...
|