in reply to How to print out package code ?

perldoc can locate your .pm file and show you its contents (if that's what you mean):
perldoc -m Module_Name

Replies are listed 'Best First'.
Re^2: How to print out package code ?
by Martin90 (Sexton) on Mar 18, 2013 at 20:14 UTC
    I don't know how exactly do this, my method below doesn't work and return "Bareword "MODULE" not allowed while "strict subs"" Maybe you have better approach ?
      You cannot print a bareword handle. You want to print the line read from the handle, therefore:
      print X $_;
      لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ