"\interest" doesn't mean what you think it means.
$\ = "\n"; print "interest"; # interest print "\interest"; # interest print "\\interest"; # \interest print 'interest'; # interest print '\interest'; # \interest print '\\interest'; # \interest print "test"; # test print "\test"; # A tab followed by est print "\\test"; # \test print 'test'; # test print '\test'; # \test print '\\test'; # \test
See "Quote and Quote-like Operators" in perlop.
And please please please use use strict;.
In reply to Re: Scrolling list and data
by ikegami
in thread Scrolling list and data
by nasa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |