On 7/7/06, Monomachus <[EMAIL PROTECTED]> wrote:
@ARGV = sort keys %do_these;
while (<>) {
Isn't working (in Windows)... I need to push Ctrl-C to stop the proccess.
That sounds as if @ARGV ended up empty, by the time you got to the
diamond operator, and your program is trying to
Monomachus wrote:
> Ok here I am at the 9th chapter ...
> But here is a thing that isn't working at my computer :
>
> Exercices:
>
> Write a program to add a copyright line to all of your exercise answers so
> far, by placing a line such as:
>
> ## Copyright (C) 20XX by Yours Truly
>
>
> P
Ok here I am at the 9th chapter ...
But here is a thing that isn't working at my computer :
Exercices:
Write a program to add a copyright line to all of your exercise answers so far,
by placing a line such as:
## Copyright (C) 20XX by Yours Truly
Place it in the file immediately after the