On Fri, Apr 20, 2012 at 10:37 AM, Sisyphus <sisyph...@optusnet.com.au>wrote:
> > ----- Original Message ----- From: "Xiao Yafeng" <xyf.x...@gmail.com> > To: "inline" <inline@perl.org> > Sent: Friday, April 20, 2012 2:16 AM > Subject: Re: build inline program with pp > > > I don't know exactly what problem that solves, but I can't see how it > would solve the issues with 'pp'. (Though I don't think I've actually > tested it.) > > I did once fiddle about with pp and Inline, and got it to work. I now > forget the details. > I guess it's because pp changes program file name into a random name. but no idea how to prove it. > >> > Should be able to do that - though I don't understand what the > '--par-file' arg is supposed to do. > > --par-file could refer to a file containing all parameters needed. IMHO, it not only reduces command type but also can help us around the issue of space in pars name.