Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Maybe you should say explicitly what this requirement is. Although there is at least one other programming language that I use commonly in which I am using the goto statement quite commonly (but only forward goto's, not spaghetti goto's, for those that followed the debate on the subject between, say, Dijstra, Knuth and Wirth, to name just a few) in the late 1960s and early 1970's), I don't see any reason to use this kind of goto's in Perl.

And Larry Wall also said that he never needed to use this form of goto in Perl. (There is in Perl another form of goto (the "goto &name" version) which is very useful for some advanced techniques, but that's a different story and this is not the subject now.)

But as a simple flow control statement, I am very skeptical. IMHO, Perl offers all the flow control statements that are needed for a good structured programming, the goto statement should probably not be used at all (except for the special goto coderef version mentioned above).


In reply to Re^3: any mechanism to go to the end of a loop but do not exit the loop by Laurent_R
in thread any mechanism to go to the end of a loop but do not exit the loop by simonz

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 studying the Monastery: (4)
As of 2024-04-19 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found