Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Mixing documentation and data

by tmharish (Friar)
on Feb 01, 2013 at 07:07 UTC ( [id://1016463]=note: print w/replies, xml ) Need Help??


in reply to Mixing documentation and data

Everything after __DATA__ is considered data.

Have you tried this:
package FOO::Messages; sub foo{} =head1 __DATA__ This is the data stuff here. =cut 1; __DATA__ data stuff here.

Replies are listed 'Best First'.
Re^2: Mixing documentation and data
by KurtZ (Friar) on Feb 02, 2013 at 10:00 UTC
    Don't_repeat_yourself

    In software engineering, Don't Repeat Yourself (DRY) is a principle of software development aimed at reducing repetition of information of all kinds!

Re^2: Mixing documentation and data
by Anonymous Monk on Feb 01, 2013 at 07:26 UTC
    So you want to duplicate the data?
        But you can have pod after __DATA__

Log In?
Username:
Password:

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

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

    No recent polls found