I would like to know the correct syntax to allow me to substitute an apostrophe (or single-quote) with a backslash prefix. The following code s/(\')/\\\'/g; ...
... 777 0095 ... training! ... Hi Randal No still not solved it. The code below although it 'looks' correct is not being interpreted correctly: ########### #!...
The Following also not give me proper result. ... __________________________________________________________ Yahoo! India Answers: Share what you know. Learn...
Tainting Untainting I am trying to write code that insure safe input from a form. This is what I have come up with after a few days of study... Being that I...
Hi All, I am new this to group. I started working with perl cgi scripting. I would like to know,how we can do html paging in perl. If you have any links ...
Hi, If i run the code under user say abc, it works but i try to run it under different user say xvy, it give some perl module error.. More details : 1) Error...
A clue is write your HTML pages with: use CGI qw/:standard/; See perldoc CGI or http://search.cpan.org/~lds/CGI.pm-3.25/CGI.pm for more details. HTH. perl -e...
... Shyam> I am new this to group. I started working with perl cgi scripting. I would Shyam> like to know,how we can do html paging in perl. If you have any...
Excuse my question friends, does anyone have the PERL script that can create the html with links. CAN ANYONE SHARE IT! PLEASE OR CAN ANYONE PUT ME IN THE RIGHT...
... The thing that we get while searching in a google page. I had a senario, I got lot of user list in database. I would like to get displayed each of them as...
I an wanting to figure out how to create a safe form input .. untainter.. i guess. below is some code... but I think that one thing I do not have, that I may ...
This is possibly more of a Red Hat Linux problem than a Perl problem, but perhaps someone here can help me. I'm trying to migrate a simple website that uses...
Since you are not getting an error to the screen, I'd suspect it's running, just sending the output to an unexpected location.. Try changing the print to: ...
Eric: I have Perl 5.8.8 on Fedora Core 5 - Kernel 2.6.18-1.2257.fc5. My perl scripts are in the following folder /programs/scripts/perl ...I can execute it...
Oops!! I misunderstood your question. perl -e '$_="tMM naaCt Feocmama_itpUilucoGa";$_.=$1,print $2 while s/(..)(.)//;print substr$_,1,1;' "...just because I...
Hi hawevine, I imagine that my reply for "Shyam S" in the thread "HTML Paging" apply in this question. Have a look at this post. Moreover, other suggest is...
I hope this is the appropriate forum to ask this question. assume I have a list like this: @input = ('1', 'hostname1', '1', 'hostname2', '1', 'hostname3', '2',...
Thank you for your suggestions. I tried both `echo "hello world" > test.txt`; and `env > environment.txt`; but no files were created. I believe that Linux is...
Scott, Thanks you for your advice. My path PATH looks good -- it includes /usr/bin so I can indeed run Perl by simply typing "perl" in any working directory....
Eric: I would be looking at the Apache configuration files. I had a problem running PHP and Postgresql and it had to do with the Apache configs. I haven't used...
... Why don't you post some code showing your attempt and then we can help you if it doesn't do what you expect? Here's a hint, to initialize a hash element...
Has anyone had problems with the "X" command in debugger not displaying values of arrays? Is there another debugger command that will display arrays (@...
Eric: I found a website that might help you out. http://www.thesitewizard.com/archive/addcgitoapache.shtml I scanned through this site and it looks like it...
... Rob, Thanks for the quick response...and your $hash{$key} ||=[] hint :) I actually got around this whole thing by retrieving my data differently from...