Re: libwww-perl and URI modules for 5.005_02

2002-07-10 Thread Peter Scott
At 06:42 PM 7/10/02 -0700, H. Victor Lim wrote: >Hello, > >I am working on a Solaris platform using version 5.005_02. Could >someone point me to libwww-perl and URI modules that would work with >5.005_02? I searched through www.cpan.org and the earliest versions >that I found are: > >libwww-

libwww-perl and URI modules for 5.005_02

2002-07-10 Thread H. Victor Lim
Hello, I am working on a Solaris platform using version 5.005_02. Could someone point me to libwww-perl and URI modules that would work with 5.005_02? I searched through www.cpan.org and the earliest versions that I found are: libwww-perl-5.10.tar.gz URI-1.18.tar.gz After installing the

What is this string type? How to play with?

2002-07-10 Thread Connie Chan
Hi all, With get method from form, we always see that the $ENV{QUERY_STRING} like this : &message=%20%2F%15+...&... btw, what is the name of that string in types of ? Escape ? Unicode ? With simple tr/// and s///, I can get back what exact the input is, but, how can I make a the input bac

Re: CGI Calendar Script

2002-07-10 Thread David T-G
Gunther, et al -- ...and then Gunther Birznieks said... % % At 08:55 AM 7/10/2002, David T-G wrote: % > ... % >searching (fruitlessly) for a calendar that will print multi-day events % >in a lined-up bar across the days instead of jumbling events together. % >Will yours work for me? % % Our cal

HTTP debugging

2002-07-10 Thread Joel Hughes
Hi, does anyone know of a good (hopefully with GUI) HTTP transaction viewer - i.e. it proxies between your browser and the internet so that you can view the HTTP interchange (you can view the request/response etc) On win32 I have been using the handy HttpTracer but this is not able to decrypt SSL

Re: CGI Calendar Script

2002-07-10 Thread Marcel Fortin
I remember installing Matt Kruse's calendar script. It'd be a good example. You can find it at http://www.CalendarScript.com/ Marcel Fortin Roger Spears wrote: > > Hello, > > Well for my next project I'm trying to build an interactive calendar > system using Perl/CGI. > > I've got it all wo