Help for this page
#!/usr/bin/perl use strict; ... print "$zero\n"; # 00000000000000000 # exact text $zero = $zero + 0; print "$zero\n"; # 0