2. Consider using
instead offoreach my $record (@records) { # Do stuff with $record }
for(;$index<@records;$index++) { # Do stuff with $records[$index] }
In reply to Re: special characters storage in perl
by FloydATC
in thread special characters storage in perl
by namishtiwari
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |