loks has asked for the wisdom of the Perl Monks concerning the following question:

This was originally posted as a reply to Re: Chart::Clicker Question

Hello Monks,
Every example of Chart::Clicker mentioned on CPAN is giving me just a straight line. I have locally installed all the modules mentioned above. Someone please guide me way to fix this.

Thanks,

Replies are listed 'Best First'.
Re: Chart::Clicker Question
by afoken (Chancellor) on Mar 08, 2017 at 15:30 UTC

    This thread is now six years old, consider opening a new thread, containing your test code between <c> and </c>.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
Re: Chart::Clicker Question
by 1nickt (Canon) on Mar 09, 2017 at 03:29 UTC

    Someone please guide me way to fix this

    • Copy and paste the sample code in the Tutorial and run it. Change one thing at a time until it works how you want it to.
    • Copy and paste one of the example scripts in the examples folder and run it. Change one thing at a time until it works how you want it to.

    Hope this helps!


    The way forward always starts with a minimal test.