Quote:
Originally posted by airdick
###########
Here is the error I get running the perl script:
ejl@dangpow:~$ ./test.pl some.html
Unmatched ( before HERE mark in regex m/( << HERE / at ./test.pl line 4.
ejl@dangpow:~$ find . -name some.html -exec test.pl {} \;
Unmatched ( before HERE mark in regex m/( << HERE / at ./test.pl line 4.
###########
|
Same error as I got when I tried to run the posted code. It was an extra / there in the beginning.
Thanks for looking up the bash part
