Etienne Marcotte wrote: > > print<<END; > or print<<"END"; > > it gives me a warning "Use of uninitalized value at (filename) > (linenumber)
How does your text look like? Remember that variables are interpolated in your text, if you don't want that use <<'END' instead. - RaFaL Pocztarski, [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
