Holy schemoley! It works!
On 3/20/2012 3:52 PM, David Mertens wrote:
> Try putting your assignments in a BEGIN block. The use statements are
> being called before the variables have their assigned values.
>
> our ($INCLUDES, $LIBRARIES);
>
> BEGIN {
> $INCLUDES = '-I"c:\Program Files\ImageMagick-6.7.5-Q16\include"';
> $LIBRARIES = '-L"c:/projects/imagemagick/Image-Magic-Wand"
> -L"c:\Program Files\ImageMagick-6.7.5-Q16\lib" -lwand';
> }
>
> ...- Re: Question about writing a CPAN module based on Inline::... Sisyphus
- Re: Question about writing a CPAN module based on Inline::... David Mertens
- Re: Question about writing a CPAN module based on Inl... Michael Roberts
- Re: Question about writing a CPAN module based on... David Mertens
- Re: Question about writing a CPAN module base... David Oswald
- Re: Question about writing a CPAN module ... Michael Roberts
- Re: Question about writing a CPAN mo... David Mertens
- Re: Question about writing a CPAN mo... Michael Roberts
- Having troubles getting the INC and ... Michael Roberts
- Re: Having troubles getting the INC ... David Mertens
- Re: Having troubles getting the INC ... Michael Roberts
- Re: Having troubles getting the INC ... David Mertens
- Re: Having troubles getting the INC ... Michael Roberts
- Re: Having troubles getting the INC ... David Mertens
- Re: Having troubles getting the INC ... Michael Roberts
- Re: Having troubles getting the INC ... Sisyphus
- Re: Question about writing a CPAN module based on Inline::... Michael Roberts
