in reply to Re: Chart::Pie
in thread Chart::Pie

My hosting server which I have no control of, could not read when I upload the whole folder. But if I put a single file it has no problem. If I put the Pie.pm in Chart folder the @inc wouldn't find it. But if I put Pie.pm without the folder it detect it but as it is originally Chart::Pie, they must be some broken link, so please anyone help me fix this. This output is what I get

Can't locate object method "gif" via package "Pie" at....

I need to show my client tommorow, so I need to find a quick fix.

Thanks

Replies are listed 'Best First'.
Re^3: Chart::Pie
by phaylon (Curate) on Feb 15, 2005 at 13:12 UTC
    If you give some code it might help.

    Except that:
    use Pie; # 'uses' Pie.pm, the file Pie->gif; # uses package Pie, method gif, defined by "package" # try use Pie; Chart::Pie->gif()
    Or give some more code.

    Ordinary morality is for ordinary people. -- Aleister Crowley