in reply to Ajax/perl/javascript in perl
Has nobody mentioned use strict; use warnings; yet?
Use them!
They would help find your typos, and they'll tell you about all kinds of problems before your code runs off into the weeds.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Ajax/perl/javascript in perl
by bradcathey (Prior) on Apr 27, 2010 at 00:22 UTC |