2,452 Topics

Member Avatar for
Member Avatar for Nitram04

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 …

0
66
Member Avatar for sameveritt

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 …

Member Avatar for sameveritt
0
93
Member Avatar for spikes

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) = @_; …

Member Avatar for spikes
0
285
Member Avatar for root

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

Member Avatar for liliafan
0
216
Member Avatar for bk_raavi

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 …

Member Avatar for i686-linux
0
197
Member Avatar for samaru

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

Member Avatar for alc6379
0
281
Member Avatar for root

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

Member Avatar for i686-linux
0
226
Member Avatar for IbnKuldun

I want to open and parse the contents of a web page on the WWW. Is there anyway I can do this using PERL?

Member Avatar for Eico
0
188
Member Avatar for samaru

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 …

Member Avatar for samaru
0
428
Member Avatar for IbnKuldun

What exactly is Safe Perl and is there a place where you can find ready made Safe Perl compliant scripts?

Member Avatar for Eico
0
155
Member Avatar for samaru

You ever use Perl? What are you thoughts? How does it compete with newer languages? Can it be used for the enterprise arena?

Member Avatar for i686-linux
0
200
Member Avatar for mac mac

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

0
43
Member Avatar for DSJ

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 …

Member Avatar for Kafka
0
168
Member Avatar for reneivo

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 …

0
92
Member Avatar for jpm332

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 …

Member Avatar for TallCool1
0
372
Member Avatar for neal

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 …

Member Avatar for neal
0
117
Member Avatar for Smut666

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 …

Member Avatar for Smut666
0
225
Member Avatar for theQube
Member Avatar for consultant

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 …

Member Avatar for samaru
0
349
Member Avatar for rozalla2002

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&#40;&#41; &#123; my $found=0; my $sizeNeeded=0; my $spaceNotFound=0; my $ID=0; my $size=0; system&#40;"clear"&#41;; print "Process ID&#58; "; $ID=<STDIN>; chomp&#40;$ID&#41;; for&#40;$i=0;$i<$processes;$i++&#41; &#123; …

0
104
Member Avatar for samaru

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

Member Avatar for aeinstein
0
260
Member Avatar for samaru

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

Member Avatar for samaru
0
271

The End.