what are you trying to do ?

> -----Original Message-----
> From: Jerry Preston [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 12:05 PM
> To: Beginners CGI Perl
> Subject: missing the boat on s///
> 
> 
> Hi!,
> 
> I know this is simple, but what am I doing wrong?
> 
> $_ = "Who is missing the boat";
> $j  = "Jerry";
> $w = "Who";
> $_ = s/$w/$j/;
> 
> Thanks,
> 
> Jerry
> 
> 


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

Reply via email to