Hey list could anyone on the list give me some hints on creating a quick and dirty script to transform sgml code to xml compliant code. In the case of the data...
... mdowsz> Hey list mdowsz> could anyone on the list give me some hints on creating a quick and mdowsz> dirty script to transform sgml code to xml compliant...
For the Perl non-beginners... Is there some sort of standard set of interfaces to modules so that when I decide to try a new module I have a starting point? It...
... I'm a beginner-novice. ... http://www.perldoc.com/perl5.8.0/pod/perlmod.html#Perl-Modules That defines and explains. (but to answer your qu Probably we...
I'd like to convert MD5 hex data back to regular text. From the research I've done, it doesn't appear that Digest::MD5 does this. Am I wrong? Can someone point...
... Joe> I'd like to convert MD5 hex data back to regular text. From the research Joe> I've done, it doesn't appear that Digest::MD5 does this. Am I wrong? Can...
16989
cgiperl
amancgiperl@...
Nov 2, 2003 3:06 pm
Hi All I need to implement sessions with autorefresh. What I want to do is as follows User is at Page index.pl - create a session with timestamp parameter User...
... cgiperl> I have implemeted sessions and can carry and retrive values use cgiperl> CGI::Session but need to know how do I automatically kick them out after ...
16991
J.E. Cripps
cycmn@...
Nov 3, 2003 10:25 am
... Well, you could try it and see :-) It won't work. (I think you were being led astray by the fact that , as I understand it, one can't declare a filehandle...
... after ... Could you use a meta tag to redirect to index.pl after 30 secs. If the user moves to another page within 30 secs they will not be redirected. The...
Hi , This is not a perl question.. but since it needed this info quickly .. I am posting it here. Please don't mind. I have a query. I would like to change all...
16994
Jeff Eggen
jeggen@...
Nov 3, 2003 12:29 pm
... Any reason that this isn't a Perl question? Perl is what I would use for this, and if you're on a recent build of Solaris you should have Perl installed...
... quickly .. I am posting it here. Please don't mind. ... data1, to another word, say info1 in a file, say file1. I would like to do it using command-line. ...
... Sreeram> This is not a perl question.. but since it needed this info Sreeram> quickly .. I am posting it here. Please don't mind. Do you mind if I...
Really an excellent solution.. Thanks a lot. Sreeram ... Any reason that this isn't a Perl question? Perl is what I would use for this, and if you're on a...
16998
Jeff Eggen
jeggen@...
Nov 3, 2003 12:55 pm
... Yay me!! ... Correct, of course. But, I've been getting out of the habit of using sed altogether. ... None that I can see from the man page for sed. They...
Ok more mysteries here. I wrote a simple perl program this morning so that i can set a regular expression and then run its against a input file. but im having...
... cgiperl> I already solved the issue using a javascript. Which means it doesn't work in my preferred browsing environment, or behind security firewalls...
... greg> User deleted and banned. "I love an admin that will delete users and ban them." ... -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1...
... Comes from being the head moderator and admin over at UserFriendly.org for so long...this place is a vacation compared to the daily grind over there ... ...
Hi all, I have got a basic regular expression query. I am working on a script which intakes certain options and acts accordingly. I am unable to check for...
... greg> Comes from being the head moderator and admin over at UserFriendly.org for greg> so long...this place is a vacation compared to the daily grind over...
... Sreeram> I have got a basic regular expression query. Sreeram> I am working on a script which intakes certain options and acts accordingly. I am unable...
How about using eval() printf "The desired value is ".eval($count - 1); Aman Raheja AGF Technologies http://www.agftech.com ... -- Your favorite stores,...
... I assume you mean print not printf. You're leaving the newline off the end in your solution. But why use eval()? What purpose does it serve? What advantage...
This is my second time to try to post this message, so forgive me if it becomes a duplicate... I'm using Mac OS X, and I'm trying to run a script I copied from...