Re: Grabbing HTML fields, return them as hash

2014-06-10 Thread Christopher Brenk
There is one mojocast episode online presenting some useful functionality of the mojolicious DOM inspector: http://mojocasts.com/e5 (See the timeline under the video.) Beside the DOM inspector, mojolicious can be used as a modern realtime webframework to develope websites and webapps. I don't

how to create a text progress status line that updates on the same line in Perl?

2014-06-10 Thread Kenneth Wolcott
Hi All; how to create a text progress status line that updates on the same line in Perl? I know that this questions is probably not well-posed, but I hope you get what I'm after. I'd like to do what application installers do, describing the status, updating the status occasionally, but on the

Re: how to create a text progress status line that updates on the same line in Perl?

2014-06-10 Thread Jim Gibson
On Jun 10, 2014, at 2:59 PM, Kenneth Wolcott wrote: Hi All; how to create a text progress status line that updates on the same line in Perl? I know that this questions is probably not well-posed, but I hope you get what I'm after. I'd like to do what application installers do,

Re: how to create a text progress status line that updates on the same line in Perl?

2014-06-10 Thread John SJ Anderson
On Tue, Jun 10, 2014 at 2:59 PM, Kenneth Wolcott kennethwolc...@gmail.com wrote: Hi All; how to create a text progress status line that updates on the same line in Perl? You mean something like https://metacpan.org/pod/Text::ProgressBar::Bar ? Maybe reading that source code would be

Running module using cpan.

2014-06-10 Thread Priyal Jain
Hello, I uploaded my module in CPAN on 02June,2014 http://search.cpan.org/search?mode=allquery=Net%3A%3ANetconf but while installing my module using cpan i.e. cpan Net::Netconf its giving warning Warning: Cannot install Net::Netconf, don't know what it is. Try the command i /Net::Netconf/

Re: Running module using cpan.

2014-06-10 Thread John SJ Anderson
On Tue, Jun 10, 2014 at 9:47 PM, Priyal Jain jpri...@juniper.net wrote: Hello, I uploaded my module in CPAN on 02June,2014 http://search.cpan.org/search?mode=allquery=Net%3A%3ANetconf but while installing my module using cpan i.e. cpan Net::Netconf its giving warning Have you seen