Gossamer Forum
Home : General : Perl Programming :

I'm thinking to do a script...

Quote Reply
I'm thinking to do a script...
Well,

I was thinking to do a little script, but i need some help.

Well.. my script will work like this:

I have a page of downloads.
Have a lot of categories

Windows 95
Windows NT
Linux
Drives
Sounds

And inside this categories i have a lot of files...

i want to do one script that do like this.

http://www.server.com/cgi-bin/download.cgi?cat=win95&file=name.zip

cat = category
file= name of file with extension

i mind that i have to set onte variable to each category

like

if ($in{'cat'} == "win95") {
$address = 'http://www.server.com/win95/';
}
else { if ($in{'cat'} == "linux") {
$address = 'http://www.server.com/linux/';
}
}


and then i put

print "Location: $address/$in{'file'}";

to downlooad.


My logic is correct?!??!?!





------------------
--

Rafael Faria
Flash World - Professional Resources
Quote Reply
Re: I'm thinking to do a script... In reply to
Well, I tried looking at the URL provided and it does not work. Can you provide a better example?

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Quote Reply
Re: I'm thinking to do a script... In reply to
It isn't any homepage....

server.com.br it's an example of address... i'm only thinking to do this scripts.... i want to know if the logic is correct!



------------------
--

Rafael Faria
Flash World - Professional Resources
Quote Reply
Re: I'm thinking to do a script... In reply to
   Itīs corret, I donīt see any problem..
Quote Reply
Re: I'm thinking to do a script... In reply to
Really?? I received the following error message:

You have reached an incorrect or outdated address.

Don't see what this guy wants based on this example.

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us