Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

From the source

package Class::HPLOO ; use 5.006 ; use Filter::Simple ; use strict ; use vars qw($VERSION $SYNTAX) ; $VERSION = '0.19';

I tried the usual perl -MClass::HPLOO -le"print $Class::HPLOO::VERSION" but that prints nothing?

And with warnings I get

[20:02:40.59] P:\test>perl -MClass::HPLOO -lwe"print $Class::HPLOO::VE +RSION" Scalar value @ret[0] better written as $ret[0] at c:/Perl/site/lib/Cla +ss/HPLOO.pm line 784. "my" variable $class masks earlier declaration in same scope at c:/Per +l/site/lib/Class/HPLOO.pm line 993. Scalar value @ret[0] better written as $ret[0] at c:/Perl/site/lib/Cla +ss/HPLOO.pm line 1102. "my" variable $fh masks earlier declaration in same scope at c:/Perl/s +ite/lib/Class/HPLOO.pm line 1320. Use of uninitialized value in numeric eq (==) at c:/Perl/site/lib/Clas +s/HPLOO.pm line 595. Use of uninitialized value in pattern match (m//) at c:/Perl/site/lib/ +Class/HPLOO.pm line 602. Use of uninitialized value in string eq at c:/Perl/site/lib/Class/HPLO +O.pm line 602. Use of uninitialized value in numeric le (<=) at c:/Perl/site/lib/Clas +s/HPLOO.pm line 602. Use of uninitialized value in substr at c:/Perl/site/lib/Class/HPLOO.p +m line 716. print() on unopened filehandle 0.19 at -e line 1.

Examine what is said, not who speaks.
Silence betokens consent.
Love the truth but pardon error.

In reply to Re^5: AI::NNEasy to setup fast a Neural Network using just Perl and XS. by BrowserUk
in thread AI::NNEasy to setup fast a Neural Network using just Perl and XS. by gmpassos

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-16 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found