my $input = <STDIN>; my $username = chop( $input ); print "$username"; Why are double quotes around $username a "bad" thing in the print statement? Byron Rendar [EMAIL PROTECTED] (503) 533-2792(w) (503) 533-2999(fax) Portland Community College
- Re: double quotes around a variable Byron Rendar
- Re: double quotes around a variable Peter Scott
- Re: double quotes around a variable Pete Emerson
- Re: double quotes around a variable Peter Scott
- Pel.org Page Works
- Re: double quotes around a variable M.W. Koskamp
- Re: double quotes around a variable Peter Scott
- Re: double quotes around a variable Brett W. McCoy
- Re: double quotes around a variable Randal L. Schwartz
- Re: double quotes around a variable Brett W. McCoy
- Re: double quotes around a variable Jeff 'japhy' Pinyan