I am re-writing my rets application in perl, and I have found a few modules that will help me on my way. One of them being WWW::Curl:easy.
During my testing, I have tested both system curl and perl curl. At this point I can get the system curl to correctly connect to my server. However, I am...
So I think I have made some head way with my perl education. In order to teach my self more. I have started to convert some of my cf scheduled tasks to perl applications.
One area where things are kind of fuzzy is setting up global variables that can be called from any module with in an...
I know it is possible to search a string and determine whether or not the string has the regexp with in the string.
What I am trying to accomplish is renaming of files that have either non-standard or illegal chars with in the file name, but still retain the file extension.
IE
If I were to...
Ok I think I have the bulk of this figured out. I think I have learned alot more from the posts that everyone has made then I have learned from the all the books I have bought.
I do have one more question that I have yet to figure out. The whole purpose of this little application is a POC of a...
I am using posix to create a daemon of the perl app that I am working on. However, I have run into a small snag.
I have broken each of my sections into separate perl files and I have used require to import the separate perl files (not sure if this is the right way, but still learning here)...
I am working on a small perl app that will facilitate a large portion of our transaction management system.
I have found one stumbling block with writing this application in perl. I have yet to find a way to create a persistent event listener. IE the application is constantly connected to an...
I am successfully implemented tinyMCE with in a flex based application, this editor is absolutely fantastic when working with flex. I however have run into two issues that I am a bit lost on.
The primary issue that I am currently working on is setting margin spacing with in the textarea. Right...
I am working on a plugin for tinymce and I have run into one little snag. The plugin I am working on is an advanced preview plugin. When the user clicks the preview icon, it pops up a new window. Normally I would get the content from the editor from the popup. However I am using coldfusion to...
I am working on a app that requires an event listener for my email server. I have created teh app in java previously but the app is just to bulky. I was given the idea to re-create it in app in perl to help trim up some of the memory usage. Thus far everything has worked like a dream.
The one...
Ah I got it figured out. I guess tek-tips parsed out certain parts of my script.
Here is the updated script. Lets just hope it doesn't get parsed to hell.
<cfhttp url="http://myrets.server.com/LOGIN_URI" method="get" />
<h3>Initial Server Response</h3>
<cfdump var="#cfhttp#" />
<cfscript>...
Well since this project got canned due to server errors with my local IDX provider I really don't have time to write up a formal tutorial on how I did this. But I am going to post my code (pretty easy to understand).
<cfhttp url="http://myrets.server.com/LOGIN_URI" method="get" />...
Has anyone ever successfully performed a remote http server digest authentication? I am currently building a script that authenticates against a server using a supplied username and password. All of my attempts thus far have come up empty and I am not quite sure where I am going wrong with...
We are working on a flex application, within this appliation, we are using an IFrame to display a page with FCKeditor on it.
The issue I am having is this, I am unable to hit any of the functions within the page we are load in the iframe. More or less I am not sure how to access the children...
I am working on a search screen, in the returned results, I have one column that I need to return where the results for that column are combined. IE if I have two returned values for the column partyName, I need them to show up as one record, instead of two. Here is the query that I am currently...
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.