in reply to Re: How do I use the exclude option in the File::Rsync module?
in thread How do I use the exclude option in the File::Rsync module?

This node falls below the community's minimum standard of quality and will not be displayed.
  • Comment on Re^2: How do I use the exclude option in the File::Rsync module?

Replies are listed 'Best First'.
Re^3: How do I use the exclude option in the File::Rsync module?
by Tanktalus (Canon) on Oct 26, 2005 at 14:03 UTC

    This is perlmonks. Where lots of people posting questions don't post full amounts of code, and lots of others have backgrounds that colour their view of the (programming) world. Assumptions are sometimes the only way questions get answered.

    planetscape is correct to worry about interpolation in cases where the OP may actually be using a variable or other metacharacters. It's not in the OP's code, but, again, many petitioners post approximations of their code to try to cover up or hide mistakes or whatever (which is still a bad idea). And then we can start guessing what they really did to get the error.

Re^3: How do I use the exclude option in the File::Rsync module?
by planetscape (Chancellor) on Oct 26, 2005 at 10:15 UTC

    I hope your answer solves the OP's problem. I was unaware that there were exceptions to double-quote interpolation.

    BTW, I don't know about you, but I come here to learn. Whether that learning comes from the pen of a Novice, or that of a Saint (or even, sometimes, that of a sinner! ;-) ), matters little to me, so long as learning does occur.

    planetscape