Forum: Perl Nov 15th, 2006 |
| Replies: 4 Views: 7,891 Never saw code from the original poster. if you are attempting the same thing - and have ANY code, lets have a look! okay?
-chrisv |
Forum: Perl Sep 27th, 2006 |
| Replies: 2 Views: 2,724 i'm not really sure i understand either... you could hack up $currDate or fudge your date refs or maybe just backdate your server...
there's a little part in your SQL updater "Run date:... |
Forum: Perl Sep 27th, 2006 |
| Replies: 11 Views: 4,727 i'm still not quite sure i know what you are after... is your user filling in username and password fields that you want to retain after hitting a button?
seems easy enough. is there other content... |
Forum: JavaScript / DHTML / AJAX Sep 27th, 2006 |
| Replies: 3 Views: 4,015 if you could post a snippet, i'll reply an example of what tgreer is getting at. |
Forum: Perl Sep 27th, 2006 |
| Replies: 3 Views: 3,984 looks lie a job for print qq! |
Forum: Perl Sep 27th, 2006 |
| Replies: 3 Views: 1,472 I'm going to agree strongly with both of the above... very good language for limited access web usage, great for data stream forks (sifting for useful data using reg expressions), bad for M$ folks -... |
Forum: Perl Sep 27th, 2006 |
| Replies: 6 Views: 9,293 One of the beautiful things AND at the same time, one of the ugly things about perl is that it does conversions on the fly - by YOUR usage.
here's a snip of calendar code that converts an integer... |
Forum: Perl Sep 27th, 2006 |
| Replies: 4 Views: 7,891 Can we see some code please? |