|
Re: MakeMaker: msg#00412perl-beginners
Chas. Owens wrote: On Thu, Jul 30, 2009 at 19:28, Patrick Dupre<pd520@xxxxxxxxxx> wrote: I don't think he wants it interpolated; he is talking about make(1) here. Inside a Makefile, variables are written like $(VAR) except when you set them. Then just the unadorned word is used. How about: LIBS => ['-lm', '-L$(PATH)', '-lmlib'], or: LIBS => [qw(-lm -L$(PATH) -lmlib)], -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. My favourite four-letter word is "Done!" -- To unsubscribe, e-mail: beginners-unsubscribe@xxxxxxxx For additional commands, e-mail: beginners-help@xxxxxxxx http://learn.perl.org/
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |