in reply to Re^2: Problems with Variable Scope in Perl
in thread Problems with Variable Scope in Perl

$#pdbString is the index of the last element in array @pdbString. There are more examples and explanations in perldata.

  • Comment on Re^3: Problems with Variable Scope in Perl