RE: Programmatically compiling (perl -c) a Perl file

2010-08-08 Thread p sena
--- 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 >

Re: Programmatically compiling (perl -c) a Perl file

2010-08-06 Thread Michael Ludwig
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

RE: Programmatically compiling (perl -c) a Perl file

2010-08-06 Thread p sena
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

RE: Programmatically compiling (perl -c) a Perl file

2010-08-05 Thread Ludwig, Michael
> -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

Re: Programmatically compiling (perl -c) a Perl file

2010-08-05 Thread 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 checking file a with conditions which makes file b ex