in reply to Re^2: Package declaration in code block
in thread Package declaration in code block
If you're posting example code, it's useful for everything to be in one self-contained example file, so that people can just copy and paste it into their editor and run it, rather than them having to create a directory called Foo and make a file in there called Bar.pm and paste some code in there, and then create another folder called Boo and make a file in there called Far.pm and paste more code in there, and then...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Package declaration in code block
by McA (Priest) on Apr 23, 2014 at 16:57 UTC | |
by Anonymous Monk on Apr 23, 2014 at 20:46 UTC |