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...
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...
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...
I am writing a function with in my cfc that I am using to return xml. The test code outisde of my function works perfectly, however when I put the code with in my function the I get this error.
XML Parsing Error: xml declaration not at start of external entity
Location...
I have setup a controlled test. In my directory structure, I have the following folders.
AD
PC
SPDS
Inside each of those folders, I have placed, text files. So I get a final structure like this
AD
file.txt
PC
file.txt
file.txt
file.txt
SPDS
file.txt
file.txt
The issue I...
I have a field in my db that is a list, the list contains all the information of spcecfied directories on my server. I store this list in my db under the field fld_docDisplay.
In each of my test folders I have sub-directories that I am using to organize the files I received by my paperless fax...
I have a fielda in my database, fld_bagent. In both this field I am storing the agent Id attached to a particular file number.
What I am trying to do is query my userlist table agaist the list. So that for every entry into the list, I can return all the user information for that user.
Here is...
Basically, I need to search the daily mls updates that we pull for any listing with our company codes, and compare that agaist our own database, to find out if we are missing any records in our own database that are listed in the mls.
I am not sure if this is the right way to go or not. Can...
I am working on a small app. And I have ran into an issue. How can I hide the current div that is being displayed when I click on a link, and load the new div.
I have 10 form fields that require this document code to be placed into them. Instead of having to write 10 seperate versions of this pop up how can I dynamically change the fieldname.
Here is an example of hte setup I have right now. What I need to do is change the fieldname in...
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.