Hi all,
Is there a module or command in Perl that allows you to write/delete files that are on a different machine (both being UNIX) just by providing the url for that machine and the path to the file.
I was trying to get it to work with File::Remote but I get an error that the file does not...
Hi all,
I cant figure out why this regular expression generates an error:
s/([0-9a-zA-Z])/"<a href=some.php?id=".process($1)."></a>"/ei )
"process($1)" is a function call but I have the "e" attribute at the end so that its evaluated correctly. The error from this is: Bareword found where...
Hi all,
I need to do a very simple replace on a piece of text but the problem is first of all my code needs to find the required string then based on that string look up an id in a database and then replace the string with the following url:
www.example.com?id=$id # where $id is from the db...
Hi all,
I have searched for this a lot but with no success. There is a module called LinkExtor which automatically extracts links contained in a web page within tags like "a href" and "src". However, this is not complete since links can be present in other places on a webpage (e.g. javascript)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.