Hi Tony I'm trying to do the same thing but having real problems!!! Did you complete this successfully? Any chance I could have a look at your code?
Thanks!
PLEASE HELP!!!! am going crazy!!! :(
Obviously I can read that input into an array or even wriote it out to temp file... But how Do I then parse it as a message??????
Thanks.
Hi,
I am attempting to update an old script that handles email messages and strips out the attachments and delivers them to the correct folders depending upon their names.
The current setup is a nasty hack, and I'm having difficulties getting my head around it!
Looking at CPAN there seem to...
It's ok, I have sorted it now :) But thanks.
And sadly no I couldn't do it form the timestamp, because documents can be submitted late or early. But it would have been far nicer!
Hi,
I have an array of file names, all of which follow a standard naming convention which includes a verison number.
The follwoing are all examples:
522.EC202012 PB v0.1a.doc
522.EC202012 PB v1.doc
522.EC202012 PB v0.1.doc
522.EC207896 FRS v1.1.xls
522.EC207896 FRS v2.xls
522.EC207896 PQ.xls...
Hi,
I want to filter out strings in an array that do not start with the word unit. e.g.
unit1,
foo,
unitYeeHar,
bar,
Monky,
unit,
aunit
Becomes
unit1,
unitYeeHar,
unit
Is there a better way of doing this other then iterating through each element?
Thanks
hmmm, that's what is already in place. To me it makes no sense. It means you canm select what ever checkboxes you like, but if you select somthing from the dropdownbox it over-rides it... Just seems confusing to me.
Perhaps there would be a better way of doing this without the dropdown??
Hi,
I have a dropdown selectbox:
<select name="units" style="width: 200px;">
<option value="">ALL</option>
<option value="">CPT1</option>
<option value="">CPT2</option>
</select>
And a bunch of checkboxes:
<label style="width: 60px;"><input type="checkbox" name="unit521"...
Hi,
I have a class called 'Record' and within which there is a property called '_database' which holds an instance of the class 'Database'.
Record is then extended by another class called 'UnitGroup', within 'UnitGroup' I want to be able to access {_database}->sql.
From 'Record' I can do this...
Hi,
I've always had difficulties understanding REs, and today is no exception! I want to be able to replace any occurances of:
<person>XXX</person>
with:
'<a href="somePage.pl?id=XXX">'$this->get('XXX')->toString'</a>'
where XXX can be any length and is numeric. How do I do this???
Thanks.
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.