Perl
Perl is a dynamic programming language created by Larry Wall and first released in 1987.
Application
Any
Platform
Any
License
Any
: : : To find out what OS your script is running on (assuming your scripts are being executed on the server atm), try this little script...
: : :
: : :
: : :
: : : print "Content-type:...
I like option 2 using cookies to access the name. I've never work with adding a log on box &/or cookies before. Do u know of a place where I could get an example to work off of.
: : I...
: I have my page say good morning and good day depending on the time. How do I have the scipt look up the pc name and say the persons name if their profile on on the pc. I.E Good Mrning Robert WYnter...
I am currently developing a VB.Net GUI for a serial communications application someone wrote in Perl Script. What I need essentially is to snag the status information from the Script that it normal...
: How can I execute scriptA from scriptB without leaving scriptB?
:
: I set up script A to do a certain thing and just want script B to do that same thing multiple times plus a few other things....
How can I execute scriptA from scriptB without leaving scriptB?
I set up script A to do a certain thing and just want script B to do that same thing multiple times plus a few other things.
I'm...
: I tried to add "use Net::SSL;" and got a 500 error. Does a special module need to be installed for this or is it part of the LWP module?
:
: Thanks for the help. -Kevin
Hi,
Yep, you need...
I tried to add "use Net::SSL;" and got a 500 error. Does a special module need to be installed for this or is it part of the LWP module?
Thanks for the help. -Kevin
: Hi,
:
: I think you...
I am learning Perl and have a Windows server. I notice on Unix servers you can change the permissions of files using the chmod command. I suppose this is how you can keep files containing details...
:
: This is a Web Server problem. It means that the Web Server see's your file but doesn't know what to do with it, and therefore assumes it to be treated like a text file which is downloaded.
:...
: Hi,
:
: I bet someone will assure you that this is a bit of a hack, but if you remove the -w on the Perl call so it's just:-
:
: #!/usr/bin/perl
:
: Then the warnings (they aren't fatal...
: I wrote CGI programs with .pl extensions.
: What do I put for the #! line?
: I have a web server in geocities.
: (http://www.geocities.com/joesarcade)
:
Hi again,
It depends upon which...
: I have a cgi program (.pl)
: when i use
: when i push submit, it tries to download my program.
: when i push "run from original location", it brings up command prompt.
: it says, "offline mode...
Hi,
I bet someone will assure you that this is a bit of a hack, but if you remove the -w on the Perl call so it's just:-
#!/usr/bin/perl
Then the warnings (they aren't fatal enough to be...
Not really...but you can execute perl scripts from php and vice versa...i know on perl it would look like
system("php test.php");
and in PHP, a language i have never looked into, i would...
is it possible to combine perl and cgi with php
Hi,
Yes, you will be able to do it - I think Frontpage itself has tools to allow you to integrate a database with a webpage. I'm not big on the Microsoft side of web development, I do Perl with...
How to control rules of netfilter using C language?
Hello all:
Now,I am study IPtables and netfilter.
I know how to set up rules using IPtables.But I wonder to send the rules to...
ethan_roberts
I am taking an independent study course this summer (right now) so I can graduate this December. I am learning Perl and Ruby. Thanks for the info on Ruby. You gave me a little...
: I have a form (form.htm) and the results (success) of sending the form's fields appear in a new page (thanks.htm)
: This page(thanks.htm) contains a download link. Someone could type the url of...