phranque

msg:4456620 | 9:29 pm on May 22, 2012 (gmt 0) |
not that i've tried what you are proposing but: why are you having a problem including any arbitrary file name? is the require parameter (the filename) a bareword or is it quoted?
|
rocknbil

msg:4457000 | 3:44 pm on May 23, 2012 (gmt 0) |
Yes, you should be able to include/require files using strict.
|
rugrat

msg:4457597 | 10:42 pm on May 24, 2012 (gmt 0) |
Actually I apologize for asking a (dumb)question I already knew the answer to as I tried it before and think I asked about it once. I was wanting to declare variable values on a speparate file. Sorry and thanx at the same time.
|
Brett_Tabke

msg:4473791 | 12:12 pm on Jul 9, 2012 (gmt 0) |
I have been using Perl since about 96. I have never - nor will ever - use Strict. There is rarely a reason to ever do so and always better to code around it if you feel the need to use it. However, I don't don't do OOP programming for myself - as an ex-assem lang programmer, I believe in mainline subroutine coding and not to many external killing modules.
|
|