Help for this page
while (some_condition_is_true()) { ... ... } $newTitle = $epname; # variable does not exist here
my $epname; ... } $newTitle = $epname; # variable exists, has value here