2,452 Topics
| |
I have an Gateway desktop 933, serial number 0023510410. Here is my problem, I bought this computer used with no hard drive. I installed a hard drive, with all the drivers from Gateway.com with the above serial number. In device manager everything is working, except I have a pci unknow … | |
Hey good people - I built my home page to enable me to launch frequently used programs from the browser, among other favorite links to the web. I used to be able to click on a hyperlink such as -file:///c:/path/program_name.ext During some upgrade in the past (XP Pro?, SP1?), IE … | |
Hi All, I'm haveing some problems with my perl code. the script is for a mail filtering program called mimedefang, the code is the main filter. the fist bit of code is used to filter out mail based on the subject line. sub filter_begin () { my($msgSubject, $hfile) = @_; … | |
[quote]<form method="POST" action="http://www.geocities.com/zerounixinc/cgi/FormMail.pl"> <P ALIGN="LEFT"><FONT SIZE="3">Name <input type="text" name="Name" size="20"> E-mail <input type="text" name="Email" size="20"> Address <textarea rows="3" name="Address" cols="29"></textarea> Subject <select size="1" name="Subject"> <option selected>Computer Repair</option> <option>Computer Setup</option> <option>Networking</option> <option>Building</option> <option>Other</option> </select>& Discription Of Job <textarea name="Description" cols="47" rows="4" wrap="true"></textarea></p> <p align="left"> <input type=hidden name="recipient" value="tyler@tc3net.com"> <span style="background-color: #008000"> … | |
Hai --I have HP PCs,IBM PCs,IBM Servers Of 21 Nos. Those are networked and working on 10 Mbps Switch with builtin LAN Card from a longtime normally. But Yesterday i changed the connections to 100 Mbps Switch, from that time some Of the LAN Connections (Systems)are working normally and remaining … | |
[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? | |
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 … | |
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 … | |
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'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++) { … | |
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 | |
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), … |
The End.