- or download this
$ cp Cart.pl Cart.pm
- or download this
#!/usr/bin/perl -w
use strict;
...
|
| etc
|
- or download this
package Cart;
...
}
1;
- or download this
#!/usr/bin/perl -w
use strict;
...
|
| etcetera...
|
- or download this
use FindBin qw/ $Bin /;
use lib "$Bin";
| etc