- or download this
#!/usr/bin/perl
use strict;
use warnings;
use lib '/home/me/project/temp';
use Lens;
- or download this
package Cloud;
use strict;
use warnings;
1;
- or download this
package Lens;
use strict;
...
use Cloud;
our @ISA = qw(Exporter Cloud);
1;