problem with symbols (really newbie)

2002-09-01 Thread Diyan Yordanov
Hi all, Please tell me how to make this code: $field =~ tr/+/ /; $field =~ s/%([a-fA-F0-9] [a-fA-F0-9])/pack("C", hex($1))/eg; to work with symbols like $, %, *, ., @, etc. Thank You Diyan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Data check

2002-09-01 Thread Soheil Shaghaghi
Hi everyone, I have a form with a list of countries (dropdown menu) The countries are divided into 2 sections: For simplicity lets' sue these sets: Set 1: U.S. England, Canada, Germany Set 2: India, Japan, France, Saint Lucia, Northern Ireland The dropdown menu consists of the entire list. When t

programmers place

2002-09-01 Thread kkempess
do you know an web place where programmers can find a job? I'm looking for an web place where the companies ask for making a program. do you know, a programmer can sign up for that job and receive some money for making that program... thank you -- To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: programmers place

2002-09-01 Thread WilliamGunther
ScriptLance.com is good.

looking for a free trusted perl web hosting

2002-09-01 Thread kkempess
I'm looking for a free trusted perl web hosting. if you know some please let me know. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to make a hyperlink an argument for a CGI script

2002-09-01 Thread Nazary, David
Hi, In the following web page how can I make "foo" to become an argument to "cgi-bin\script.pl" script when I click on "foo"? foo Currently the script takes "" as an argument when I click on "foo". Any suggestion are appreciated. Thanks David Nazary -- To unsubscribe, e-mail: [EMAIL PROT

RE: How to make a hyperlink an argument for a CGI script

2002-09-01 Thread Nazary, David
Jim, In a web page I have a list of names (ClearCase VOBs) that I like to link to a single script. When I click on any one of those names they should become an argument to that script. The script will then fetch certain data (Epoch numbers) for that name. I think what you and Rasnita suggested m

foo-bar

2002-09-01 Thread Alex B.
Hello list, this is a very simple question: what does FOO or BAR or FOOBAR mean??? I've seen it on t-shirts (perl), my programming perl book, programming CGI with perl, and even learning perl... now, does FOO have any meaning? - sounds almost like: "whuzup, foo(l)!" :) -- mfg