Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
~802 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for Narayanank

[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 …

Member Avatar for srija.divakar
0
456
Member Avatar for tamsam

[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, …

Member Avatar for insertable
0
61
Member Avatar for Mahendra Jadhav

[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 …

Member Avatar for insertable
0
96
Member Avatar for shrawansher

[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 …

Member Avatar for insertable
0
189

The End.