File upload question

2002-07-28 Thread Nate
..grey { background-color: #cc; }Hello. I don't know how dumb this is going to sound, but here goes: i'm writing a website that requires an upload for pictures. I have figured out how to get the image, upload it to the correct dirctory and save successfully, but the problem comes with the

weather

2001-11-19 Thread Nate
would be with LWP::Simple; and its get function... but if any one could shed some light on the subject. i would be forever grateful :) thanx -nate

form question

2001-11-21 Thread Nate
thod, or that has a better way to do it... anything, enlighten me :) thanx a ton nate "365 slices of american cheese...mmm" -homer simpson

another weather question, kinda

2001-12-03 Thread Nate Brunson
'snow', 'N/A'=> 'N/A', 'NOT AVBL' => '*not available*', 'FAIR' => 'fair weather'); foreach $key (keys(%skies)){ if ($currentW =~ m/'$skies{$key}'/){ $sky = "$key"; } } if you can see what the im missing help me out, thanx a billion nate

never mind

2001-12-03 Thread Nate Brunson
ok i figured out what i did wrong, no need to reply.. thnx nate

running script in netscape

2001-12-26 Thread Nate Brunson
running it is, just putting the url to it in the address bar, and SSI, but SSI doesent do anything :( just sits. if there is something im missing to get it to run in netscape(oh its netscape 6, FYI) or what. help!!! thanx a ton nate

making a dns record on the fly

2002-02-06 Thread Nate Brunson
with all the passed info??, ie: name, ip, zone to be created in. if it works this way, could someone send me a copy of a DNS 'A' record.so i can see what they look like thanx! nate

site logging

2002-03-04 Thread Nate Brunson
sections, all the time, that means that the script is getting ran a whole bunch of times, and prolly running down the server the site is on.. is that a good asumption, does anyone have an idea of another way to do this??? thanx in advace nate

run a perl script onunload????

2002-03-05 Thread nate brunson
"POST") { read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); } else { $buffer = $ENV{'QUERY_STRING'}; } @pairs = split(/&/, $buffer); foreach $pair (@pairs) { ($name, $value) = split(/=/, $pair); $value =~ tr/+/ /; $value =~ s/%(..)/pack("C", hex($1))

Perl ppd Log Script

2002-03-27 Thread Nate Britt
appreciate someone's help or guidance on this project. Regards! Nate

reading from an MSaccess DB, and it crashes perl.exe

2002-04-02 Thread Nate Brunson
: $row->{Description}\n\n"; } print "\<\/pre\>"; the error i get when it crashes is "perl.exe has preformed errors, and must be restarted" or something to that effect ps. incase you didnt figure it out im on windows 2000 machine :( any help would be awsome!! nate brunson

running perl with -w

2002-04-11 Thread Nate Brunson
, but because I am printing Content-type: text/html the warnings don't get displayed, how can I display them? any help would be appreciated nate

lexical scopes vs. packages

2002-05-06 Thread Nate Brunson
, is the %fromweb hash lexical to the file... or is it put in the $main::main::fromweb, or whatever...?? if anyone could clear me up on this manner that would be awsome nate

sql script crashes!

2002-05-16 Thread Nate Brunson
ed the query, or it froze up, OR SOMETHING :( does the anonymous user on the server(the one that IIS uses for anon internet access) have to have special permissions to close a DB? if anyone can help me out on this subject, i would forever be in your debt :) nate brunson [EMAIL PROTECTED]

Net::SMTP question

2002-06-13 Thread Nate Brunson
dun dun . Could the fact that I never used the quit command break the CFmail script? any help would be appreciated thanx Nate Brunson

using Net::SMTP

2002-06-20 Thread Nate Brunson
appreciated Thanks in advance Nate

read I/O function

2001-10-25 Thread Nate Brunson
variable with the size of the file everytime the perl file is ran. so my question is: Is there a function or method of getting the size of a file, so that i can store the size in a variable?? thanx in advance, nate.

small question?

2001-10-26 Thread Nate Brunson
rt $blah to a number, or $ipaddy to a string.. or am i just messed up.. my brain hurts...long day thank you again, in advance :) nate