Re: Matching a Scalar Variable



Muthukumar:


Always put these lines on top:

use strict;
use warnings;


> $var=~chomp($var);

perldoc -f chomp

--
Affijn, Ruud

"Gewoon is een tijger."

.



Relevant Pages