2,977 Topics
![]() | |
[url=http://interviews.slashdot.org/article.pl?sid=02/08/25/236217&mode=thread&tid=145]http://interviews.slashdot.org/article.pl?sid=02/08/25/236217&mode=thread&tid=145[/url] | |
I created this into a cgi file [QUOTE] #!/usr/bin/perl # # sload - current server load # print "Content-type: text/html\n\n"; print <<EOM; <META HTTP-EQUIV="Refresh" CONTENT=15> <TITLE> $ENV{SERVER_NAME} HTTPD Load </TITLE> <H2> Current load average of <A HREF=/>$ENV{SERVER_NAME}</A><HR></H2> EOM print `uptime`; print "<P>"; [/QUOTE] Now I want that on my website.. … | |
I want to open and parse the contents of a web page on the WWW. Is there anyway I can do this using PERL? | |
Everyone knows that usually every Perl program should start with something along the lines of "#!/usr/bin/perl" ... what's often called as "shebang." Anyone know why? I just read this cute post on google... The exclamation point has been nicknamed "bang" for as long as I can remember. (Back in the … | |
What exactly is Safe Perl and is there a place where you can find ready made Safe Perl compliant scripts? | |
You ever use Perl? What are you thoughts? How does it compete with newer languages? Can it be used for the enterprise arena? | |
[font=Arial][size=3][color=black][b]This is something I picked up somewhere ...[/b][/color][/size][/font] [font=Arial][size=5][color=#0000ff]Microsoft .NET FAQ [/color][/size][size=2]When Microsoft formally introduced its .NET strategy in mid-2000, analysts were confused about how the company would pull off such a massive platform shift. Two years later, they're still wondering. But .NET isn't vaporware, and it's not a pipe … Web Development api asp asp.net client-server data-protection delphi developer-tools email javascript microsoft microsoft-access microsoft-windows operating-system pascal perl software-architecture sql storage visual-basic visual-studio web-browser web-server windows-api windows-server windows-xp xml | |
when i hit a link(any link) in internet explorer 6 windows 98 the next window comes up but dosent load it freezes like gets stuck or wont load ie6 is limited to one window now i cant even jump links in the same web site help me plzzzzzzzzzzzzzzzzzzzz | |
Hi all: Using Windows XP Pro, Office XP Pro, IE 6 w/ SP1. I'm using a hosted solution at work for some project mgmt needs, and the app needs to open up pop-up windows in IE to display project information in. I'm having a hell of a time getting these … | |
I had some problems with my notebook so I decided to reinstall system recovery for windows 2000 Pro. Everything was fine, last thing was "system recovery is completed" and afterward computer restart with message: "Invalid system disk Replace the disk, and then press any key" So I figured that a … | |
I recieved a rediculous pop-up that threatened to mess up my explorer. After I ignored it, my IE does not open new windows right. If explorer opens a new window, the window is just a tiny box on the corner of my desktop. I can maximize it, but its gettin … | |
Server is as follows: gig of RAM, running Apache-AdvancedExtranetServer/2.0.47 (Mandrake Linux/6.3.92mdk) mod_perl/1.99_09 Perl/v5.8.1 PHP/4.3.2 JRun/4.0 Sun-ONE-ASP/4.0.0 Here's the problem: I use the server-status script a lot to watch what's happening on the webserver in a pseudo-realtime manner. There are 4 normal states for any given request to the server - … | |
I recently had a hard drive failure and had to get a new hard drive. After installing all the software again, IE 5.0 is displaying some web pages incorrectly. Namely, one I created ([url]www.knowandfollowhard.com[/url]) is not appearing as it did before I had the problems with my hard drive and … | |
Hello! To those who may be interested, my name is Matt. =o] Now, lets cut down to brass tacks. Yes, I agree nickle tacks are much more colorful in the world of style, however I perfer brass. A while ago, (long while =oX) I began working on a browser-based PHP … | |
I am looking for something like [url]www.livejournal.com[/url] so I can host a journal website on [url]www.zerounix.com[/url] but I have no knowledge of journals online, rather its php, or whatnot.. I just want to start a journal community......... but I would need someone to help me with the live journal cause … | |
I am unable to open a file using the below code in c++. The code used to work before. I am running this program in unix (sun c++ v4.2 compilers). The file I am reading currently is now > 2GB. I am able to read files < 2GB using this … | |
Hi guys. Just wanted to toss this one out there while I'm searching for a fix for this. I have a customer who is having problems with their internet. He has XPhome. When you launch IE it comes up and tries to connect, then the C:\windows error comes up for … | |
i need to install some programs, mainly SDL_perl, for a few games. however how do i do this. i get the tar.gz file and within is many other perl script files. the readme says this and only this. installation ./configure make make install and nothing else. first off i am … | |
I'm a long time Perl programmer that has developed some pretty complex E-commerce sites using Perl CGI and mySQL. I have a brand new site development project which will also be a dynamic, mySQL driven site. I've done some reading about Perl versus PHP and it appears the main conclusions … | |
using the following allocate process function i need a deallocate process function but i dont know how to do it. :unsure: Could anyone help? Here is the code: [code]sub allocateProcess() { my $found=0; my $sizeNeeded=0; my $spaceNotFound=0; my $ID=0; my $size=0; system("clear"); print "Process ID: "; $ID=<STDIN>; chomp($ID); for($i=0;$i<$processes;$i++) { … | |
I'm currently working on a project using Java Server Pages, XML and Oracle. I've worked with Java in the past, but have not worked with JavaServer Pages (currently still learning). It doesn't seem that bad, just tedious work - more code to initiate DB connections, and other processes compared to … | |
Hey guys. I came across this just recently, but I'm not sure if you guys are aware of it. It crashes csrss.exe (thus W2K, NT, XP) through the command console. I tried writing the same program in Perl, and it did in fact crash my system. I did not see … | |
A while ago I caught a small error in the book "Beginning Perl" by Simon Cozens, a Wrox book. Since the editor didn't know my name, he wrote down my Yahoo! username which I e-mailed him with. It's kind of funny seeing "inscissorx" on the page... http://www.wrox.com/acon16h1.asp?WROXEMPTOKEN=121107ZHEunvKL25OekNE6At4E&BookID=403&ExpandID=3324 | |
i've got a link that i was going to post under the Perl board since its the homepage on 1 of my pc's 4 IE (www.techtalkforums.com is my homepage on my iBook IE :-* ), but its actually just a page from a broader tech url - was wondering if … | |
If anyone wants to develop Perl applications, a good IDE is OptiPerl. This is one of the best editors I've seen. You can make CGI scripts and test them off line (you see the output on an HTML page), contains color coding, query editor, script output screen (for console programs), … | |
After all that effort (still ongoing) to convert from Perl/.txt files to PHP/MySQL ... was it worth the headache? ;D Let me know! Plus ... lets test out the first poll of the new boards !! |
The End.