in reply to Here, doccy doccy. nice doccy. heredoc, treat.
you have a semi-colon after the string terminator. this won't compile on my ActiveState Perl build 623, with or without strict and warnings. i've only been using Perl since 5.005_03, so i'm not sure if this is a holdover from earlier versions, or a bug. otherwise, your example is accurate, for *NIX. on Win32 of course, the `date` call waits for user input, and outputs something likeprint <<IMPLIED; $foo IMPLIED;
when enter is pressed. yuck.The current date is: Thu 06/21/2001 Enter the new date: (mm-dd-yy) date
~Particle
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Here, doccy doccy. nice doccy. heredoc, treat.
by particle (Vicar) on Jun 22, 2001 at 00:40 UTC | |
by Vynce (Friar) on Jun 22, 2001 at 01:18 UTC | |
by particle (Vicar) on Jun 22, 2001 at 01:29 UTC |