|
|
| P is for Practical | |
| PerlMonks |
Re: Re: Re: multiple __DATA__ && __END__by diotalevi (Canon) |
| on Nov 20, 2003 at 11:03 UTC ( [id://308606]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Ah. Without using modules you are restricted to a single __DATA__ per source file. You could store a Storable serialized object there though and that would give you arbitrary complexity. Storable is in the core perl distribution so your customers should have it. Or... if you need to package up a binary you should check out PAR to create the executable. Just keep in mind that you can't prevent (ever) your customers from being able to read your code.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||