Neil,

>int main(int argc, char **argv, char **env)
>{
>char sTest[64] =  "" ;
>
>
>/* Why does this text formatting cause the App to crash ?
>
>sprintf(sTest,"use Strict;\n      \
>             use test;\n   \
>       print 'Woohoo !! -  I can use extensions!'") ;
>*/
>

You crash here because your Perl code is longer than 64 bytes.

Patrick

----------------------------------
| Patrick LeBoutillier
| [EMAIL PROTECTED]


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

Reply via email to