in reply to Re: Calling a Perl script from a Perl script
in thread Calling a Perl script from a Perl script

At first glance, the code sample you've posted here ([removed])has a mismatched quote (at the caret), so there's a syntax error.

There's no need to match quotes within a quoted string. Depending on what the string represents, it might (of course) be a semantic error. But it won't be a syntax error.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re^2: Calling a Perl script from a Perl script