Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: extract comments from source code.

by Marshall (Canon)
on Sep 26, 2011 at 12:34 UTC ( [id://927848]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    __DATA__ 
    ...is your data consisting of the C program...
    
  2. or download this
    <DTC>
      <TroubleCode>1101</TroubleCode> 
    ...
      <DirectDegradation>No Action</DirectDegradation> 
      <Order>PRIMARY</Order> 
       </DTC>
    
  3. or download this
    /*XML doc start
    <DTC>
    ...
      <Erasability>erasable</Erasability> 
    </DTC>
    XML doc end */
    
  4. or download this
    /*Perl doc start
    =some heading in Perl POD
    ...
    ..... lines
    =cut
    Perl doc end */
    

Log In?
Username:
Password:

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

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

    No recent polls found