--- Aaron White <[EMAIL PROTECTED]> wrote:
> Does anyone know the best way to write a really long
> form into two seperate flat files, which then can be
> polled using a generated ID# into HTML?

I suggest you read up on packages, which should allow you
to split the program into logical sections.  Read up at:

perldoc -f package
perldoc perlmod
perldoc perllibmod

Also, since you're doing HTML you really need to consider
seperating the code from the content.  A common approach is
the HTML::Template module, but many solutions exist. 
Millions of here documents probably indicates something has
to change.

Jonathan Paton



__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to