Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
In the debugger
DB<33> l 72-76 72 73: $failures = $oldfails = 0 ; 74 75: while( <> ) { 76: &assert ( (substr($_,0,4) eq "573\r") , "EC 573 is mis +sing 573^M at start--" ) ; DB<34> c 75 main::unroll_and_parse_ec573(/opt/PRD/default/bin/ec2gen:75): 75: while( <> ) { DB<35> x <> empty array DB<36> n main::unroll_and_parse_ec573(/opt/PRD/default/bin/ec2gen:76): 76: &assert ( (substr($_,0,4) eq "573\r") , "EC 573 is mis +sing 573^M at start--" ) ;
I've restarted the process and continued directly to line 75 - the 'while' loop I've then dumped out the content of the STDIN file handle - it's empty. Then 'next' and I'm in the loop - why!

In reply to Re: Angle operator by jerryhone
in thread Angle operator by jerryhone

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 avoiding work at the Monastery: (3)
As of 2024-04-20 02:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found