Front page | perl.beginners |
Postings from February 2009
Unmatched '
Thread Next
From:
Karyn
Date:
February 23, 2009 14:52
Subject:
Unmatched '
Message ID:
49A3286D.7090800@calarts.edu
Can someone else see why I am getting the following error, cause as far
as I can tell I have escaped all the ' single quotes.
ganymede# perl -i.bak1 -p -e
's/include(\'http:\/\/calarts.edu\/redcat\/nav.php\')\;/include(\'nav.php\')\;/ig'
*.php
Unmatched '.
ganymede# perl -v
This is perl, v5.8.8 built for i386-freebsd-64int
TIA,
Thread Next