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

Reply via email to