$_ =~ s/$w/$i/;

John Pitchko
Data Services
Saskatchewan Government Insurance

>>> "Jerry Preston" <[EMAIL PROTECTED]> 08/28/02 10:04am >>>
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

Reply via email to