or$pdbString[@pdbString - 1] .= $_;
Which I find simpler to read (negative index references the array starting from the end).$pdbString[-1] .= $_;
In reply to Re^3: Problems with Variable Scope in Perl
by ruzam
in thread Problems with Variable Scope in Perl
by InfoSeeker
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |