in reply to Re: Plot Graph in Console by printing special character say * and spaces using matrix structure in Perl
in thread Plot Graph in Console by printing special character say * and spaces using matrix structure in Perl

Thanks for the quick response to my query. Will this code execute on windows as well? Do I have to modify it for running on windows?
  • Comment on Re^2: Plot Graph in Console by printing special character say * and spaces using matrix structure in Perl

Replies are listed 'Best First'.
Re^3: Plot Graph in Console by printing special character say * and spaces using matrix structure in Perl
by GrandFather (Saint) on Sep 10, 2022 at 05:32 UTC

    Have you tried it? Did it work for you? If it didn't work what did you do?

    We can help, but we pretty quickly get sick of holding your hand every step of the way when you show no effort!

    Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
      Apologies. I didn't mean that. I after my question instantly tried it and found it is using Linux OS command `stty`. I am googling and and have found this link for getting console size on windows.

      https://github.com/symfony/symfony/commit/417130506798627a70d5a82df51a91326d2738e0

      Currently I am checking it and I will find the alternative of `stty` on windows. Many thanks.