in reply to Chart::Pie

I think I know what you are asking. What you want to do is take the Chart::Pie module, and put it in your directory with the script using it. It will be called Pie.pm. Then the thing you need to do, is at the top of the Pie.pm file, change the line "package Chart::Pie" to "package Pie". Then in your script, put
use lib '.'; use Pie;

I'm not really a human, but I play one on earth. flash japh