No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: [QUOTE=xamppuser;1627782]This doesn't have any effect on xampp. I made: [code] C:/xampp/perl/bin/perl.exe print "Content-Type: text/html"; print "OK"; [/code] I hate to bump an old thread, but I REALLY need help.[/QUOTE] Don't forget the double newlines after text/html - otherwise you're not sending a valid header. [code] #!C:/xampp/perl/bin/perl.exe print "Content-Type: text/html\n\n"; print … | |
Re: [QUOTE=tamsam;1609152]how to set the password character in perl script ,please help me and thanks to advans[/QUOTE] I'm not 100% sure what you mean.. can you please explain in more detail? If you're wanting to hide user input when typing a password in the console you can try Term::ReadKey on CPAN, … | |
Re: [QUOTE=Mahendra Jadhav;1614960]Hi All, I am new in perl, can anyone tell me how to read HTML template in PERL? Regards, Mahendra Jadhav[/QUOTE] ... I can't imagine you'd get much of a reply with that question. You need to be more specific. Please explain the nature of the problem, what you're … | |
Re: [QUOTE=shrawansher;1619626]Hey I am a newbie to perl and I can't seem to solve this problem.My perl program executes some command files each of which create a log file in the format "server.YYYY-MM-DD.HH-MM-SS.XXX.log". After executing the command files i wish to parse through the log files created and look for errors.Could … |
The End.