--- On Thu, 8/5/10, Ludwig, Michael wrote:
> From: Ludwig, Michael
> Subject: RE: Programmatically compiling (perl -c) a Perl file
> To: activeperl@listserv.ActiveState.com
> Date: Thursday, August 5, 2010, 8:39 PM
> > -Original Message-
> > From: p sena
>
p sena schrieb am 06.08.2010 um 08:54 (-0700):
> It also depends on how you declare the globals in the file and how you
> use them in another file from where you require the first file.
> Use strict and warnings enabled or are they already have it or not ?
> if not how are the compiled results and
Thu, 8/5/10, Ludwig, Michael wrote:
> From: Ludwig, Michael
> Subject: RE: Programmatically compiling (perl -c) a Perl file
> To: activeperl@listserv.ActiveState.com
> Date: Thursday, August 5, 2010, 8:39 PM
> > -Original Message-
> > From: p sena
>
> &g
> -Original Message-
> From: p sena
> Well, might be possible with those hacks. However there would be some
> more simpler solutions to this if we just need to compile check a list
> of perl files.
> For example a file 'a' consisting a statement of requiring file 'b' at
> runtime, compile
Well, might be possible with those hacks. However there would be some more
simpler solutions to this if we just need to compile check a list of perl files.
For example a file 'a' consisting a statement of requiring file 'b' at runtime,
compile checking file a with conditions which makes file b ex