Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: section nesting

by GrandFather (Saint)
on Jul 26, 2005 at 07:15 UTC ( [id://478079]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      print "Section nesting error in or before $secNum\n"
        if $secNum ne join ".", @sectionCount[0..(@sectionCount-2)];
      }
    
  2. or download this
    __DATA__
    <sec id="00005"><no>1.1</no>
    ...
    Section nesting error in or before 1.2.2.1
    Section nesting error in or before 1.2.2.2
    Section nesting error in or before 1.2.3
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://478079]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-25 15:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found