#!/usr/bin/perl -Tw # this is makesalad.cgi use strict; use Fruit; use Fruit::Apple; slice_some; slice 'orange'; slice; cut; exit;