Hi all,
Perl 5.14 allows package blocks.

Assume i have a file Hello.pm

package Hello; {
  ...

  1;
}
# or better here
# 1;


My question is: Would I put 1; inside the { } or should I put it
outside the { }.


-- 
Manfred


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to