On Wed, 17 Jan 2001, Matt Sergeant wrote: > ############################### > # Actual functions of relevance > ############################### > > use Config; > use Symbol; > > my $LINK = "$Config{ld} -o conftest $Config{ccflags} -I$Config{incpath} %s > $Config{ldflags} conftest.c %s %s"; Oops, that was supposed to be: use vars qw/$LINK/; BEGIN { $LINK = "..."; } -- <Matt/> /|| ** Director and CTO ** //|| ** AxKit.com Ltd ** ** XML Application Serving ** // || ** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\Thread Previous