Corrections

"R. Joseph Newton" wrote:

>
> What do you think you are dong here? As far as I know, open is a void function.

I was forgetting that it returns a true value, that can be tested by
open FILE, "< fileName" or fail_statement;

>
> perldoc -f open
>
> > $index = open (TEXT, "../htdocs/gameplow/index");
>
> > $index =~ s/inpoint/$game/;
>
> What do iyu want $game to contain at this point? Or $index?  My best guess is that 
>they are both null.

Best guess was wrong.

Joseph


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

Reply via email to