Check out CGI::Portal

2005-08-23 Thread alex david
, ported, and components can be shared with other developers ;-) Please check it out, and I will be available for your questions. Alex David - Start your day with Yahoo! - make it your home page

html form output

2004-03-31 Thread Alex Maceda
name value pairs. name: john date: 3-30-04 ... ... Can I use the 'name' 'date' part as a variable somehow, or is there a better way that I don't know of. Thanks for any help in advance. -Alex Maceda - Do you Yah

Show/download file from a non public folder

2004-03-26 Thread Alex A.
Hi, I have files(.jpg, .pdf, .rtf, .xls) in the following non-public folder: /home/alex/documents/ I need to show these files (jpg), or allow the download (.pdf, .rtf ...) from a script for users who already are authenticated and have a session opened in the server (this part is already

Re: PERL IDE

2004-03-06 Thread Alex Avellaneda
I use jEdit www.jedit.org (based on java) in Linux Mandrake 9.0 and Win2K. I have used Vim, Crimsom Editor, optiPerl... but until the moment the best one for my jEdit, it works equal in any operating system. Alex. - Original Message - From: "Alexander Douglas" <[EMAIL P

cpan module for mail login and scanning

2003-08-19 Thread Alex
line... as soon as one of these mails with this header is found it'd being deleted. or maybe I'd use the simple telnet-module... but I'd need a pop3 command list... any help is greatly appreciated. Alex mailto:[EMAIL PROTECTED] -- To unsubscribe,

perl-modules

2003-06-23 Thread Alex
dules... but how do you do that? cheers, Alex mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

speakerscorner

2003-03-30 Thread alex b.
hey your poll is totally pro war... you have only questions about what good america does to the world AND choices that are trickling with irony... what the hell? this is not a valid and democratic poll.. what about those, who are against war? you make them look dumb well, the only semivalid c

Problems installing DBD::Mysql

2003-02-22 Thread Alex Agerholm
Hi Can anybody help me I have a problem installing DBD::Mysql on a windows XP machine. Running ppm install DBD::mysql returns the message "Read a PPD for 'DBD-mysql' but it is not intended for this build of Perl (MSWin32-x86-multi-thread) Thanks Alex -- To unsubscribe,

Re: executing system command via browser

2003-02-16 Thread Alex
r script that basically gets the system > date and output it like so: > open (COMHANDLE, 'date |') or die "Can not get system date \n"; > print ; > close (COMHANDLE) or die "Can not close COMHANDLE \n"; > But with this script, I can run it both in the sh

you can savly ignore this message

2003-02-02 Thread Alex
TEST -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Download of files

2003-01-25 Thread Alex Agerholm
Hi, Is it possible to make download of files like you can make upload of files from a CGI script ? /Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: taint mode

2003-01-10 Thread Alex Blum
explaining things. > On (09/01/03 17:35), Alex Blum wrote: > > ok. there's two options: > > 2. I fix this. > > Good choice! > > > can someone help me please? I'm stuck with this, and don't know, how to > > solve the problem. just in

taint mode

2003-01-09 Thread Alex Blum
mber";; opendir DIR, "$readings/$study_number"; my @files = readdir DIR; closedir DIR; chdir "$readings/$study_number"; chmod oct($mode), @files; exits here already chown ($user, $group, @files) == @files;

Generate Word document from text

2002-10-29 Thread Alex Agerholm
Hi, Does anyone know a way for me to generate a Word document from som text I have in Perl ? I want to be able to make a few headlines and a header and footer. Regards Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

GPL - how does it work

2002-09-18 Thread Alex Agerholm
handle that, when I do not want to release my application under GPL ? In other words how can you use Perl modules under GPL in commercial applications without making your application public ? Thanks in advance Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Creating thumbnails (Newbie Question)...

2002-09-18 Thread Yuen, Alex
One part is to create a thumbnail image from a regular image. Second part is to create a web page or thumbnail page for viewing. Maybe 10 to 20 images per page. Thanks. Alex > -- > From: fliptop[SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002

Creating thumbnails (Newbie Question)...

2002-09-18 Thread Yuen, Alex
Hi, Very newbie. I was wondering if it is possible to write a CGI (Perl) program to make a thumbnail page for my website. If so, how would I start and use for doing this? Thanks. Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Password protection without the use of .htaccess

2002-09-02 Thread Alex Agerholm
Hi, Can anyone direct me to some good source code example, on how to password protect some CGI scripts. As I want the solution to be portable, I do not want to use .htaccess. I would prefer som code to make a login page and verify the username and password against a SQL database, then set a cooki

How to protect Perl code

2002-09-02 Thread Alex Agerholm
this ? Regards Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

foo-bar

2002-09-01 Thread Alex B.
zup, foo(l)!" :) -- mfg Alex mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Redirect and cookies

2002-08-31 Thread Alex Agerholm
not solve it and neither does using the -nph pragma in the the use CGI line. Regards Alex -Original Message- From: Ovid [mailto:[EMAIL PROTECTED]] Sent: 1. september 2002 03:17 To: Alex Agerholm; [EMAIL PROTECTED] Subject: Re: Redirect and cookies > I have made a login system and wh

sorting arrays of arrays

2002-08-30 Thread Alex B.
[0], that array01 is infront of array00... I believe you guys get the picture... TIA -- mfg Alex mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Redirect and cookies

2002-08-30 Thread Alex Agerholm
from the login page to the first page I therefore need to give the cookie along like: redirect( -uri=>xxx.cgi, -cookie=>$cookie); BUT IT DOES NOT WORK - my xxx.cgi script does not get the cookie. What can I do to fix this ? Regards Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Taint mode and redirect with cookie

2002-08-29 Thread Alex Agerholm
ipt does not get the cookie - what is wrong ? Thanks in advance Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Create an output file using Perl

2002-08-27 Thread Alex B.
try using: open (OFILE, " +> /tmp/aa.lst") or die "Can't write $p_OutputFile: $! "; if that is still making problems, then visit: http://www.perldoc.com/perl5.6.1/pod/func/open.html -> "... '+>' mode would clobber the file first.&quo

Re: sgi question

2002-08-25 Thread Alex B.
.22 Server at scmset.sc.intel.com Port 80 >> >> I have given 777 to cgi-bin directory and the hello.pl file under it which >> is : >> >> >> #!/usr/intel/bin/perl >> print "Content-type: text/html\n\n"; >> >> print "Hello guys\n"; >> print `date`; >> >> >> Any help will be greatly appreciated. >> >> Thanks >> David -- Alexmailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

http-file-upload

2002-08-21 Thread alex
possible? if so, how? thanks in advance. -- cheers alex mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Protected WEB pages in Perl

2002-08-13 Thread Alex Agerholm
I mean WEB pages that are protected using some sort of session variables or cookies. The pages are going to run on a platform that does not support .htaccess. Regards Alex -Original Message- From: drieux [mailto:[EMAIL PROTECTED]] Sent: 13. august 2002 15:44 To: cgi cgi-list Subject: Re

Protected WEB pages in Perl

2002-08-13 Thread Alex Agerholm
Hi everyone I am new to writing CGI code in Perl and I am going to make some protected WEB pages using Perl. Can anyone direct me to some sample code for making a simple login system and some protected WEB pages ? Thanks in advance Regards Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: server push

2002-07-07 Thread alex
what is a server-push? -- alexmailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

array of arrays :: part2

2002-07-05 Thread Alex B.
[2][3] would be some entry in @school... ok, but is there a way of getting the name of @school by supplying the number only? like $array[2] <<! (school) any ideas? (thanks in advance) -- mfg Alex mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAI

array of arrays

2002-07-05 Thread alex
specific array at a certain position... -- cheers alex mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cgi probs

2002-06-28 Thread alex
hat i am doing wrong > any help would be fully apreciated > thanks > Ian > - > Relive the FIFA World Cup goals with exclusive video highlights! > http://fifaworldcup.yahoo.com/fc/en -- alexmailto:[EMAIL PROTECTE

Re: What editor for Perl do you recommend?

2002-06-24 Thread alex
dows. > Thank you. > Teddy Center for the blind: http://teddy.fcc.ro/ > Mail: [EMAIL PROTECTED] -- alexmailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread Alex Read
messag from ESS wrote: > Thanks Alex Read > but it didnt work.and I can;t control on the user broswes. > > NOTE: I want it compiled Like hotmial, the problem with yahoo > > Thanks agian > = > > >From: Alex Read <

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread Alex Read
bit Please use netscape 2 view -divider--- Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, Some stuff -divider- Hope that is what you were looking for. Alex. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I can't get this to run!

2002-04-27 Thread Alex Swavely
> bash: /usr/lib/cgi-bin/agbot/agbot.cgi: No such file or directory > > the expected results since the shebang is trying to find > > /usr/bin/perl^M > > and that does not exist > > cf man dos2unix > > ciao > drieux = The makers may make

I can't get this to run!

2002-04-27 Thread Alex Swavely
t.cgi bash: /usr/lib/cgi-bin/agbot/agbot.cgi: No such file or directory however, run it like this: $ perl /usr/lib/cgi-bin/agbot/agbot.cgi and it works just fine.. Huh? I don't get it.. = The makers may make | Alex Swavely and the users may use, | web developer but

Re: Probably a stupid question

2002-04-26 Thread Alex Read
Thanks guys, I think this should be able to do what I want, as the browser goes straight to the return page and prints 'HI1'. Thanks again, Alex #!/usr/bin/perl use strict; defined(my $pid = fork ) or die "Could not fork: $!"; if ($pid){ print "Content-type: text/ht

Re: Probably a stupid question

2002-04-26 Thread Alex Read
Hello, OK, we now have the following; #!/usr/bin/perl use strict; my $pid = fork; if ($pid == 0){ exec 'sleep 2; echo "hi"' || die "Cannot sleep: $!" ; } else { print "Content-type: text/html\n\n"; print "\nhi\n\n\n\n"; } So the child process is the only one that sleeps for 2, then prints hi,

Probably a stupid question

2002-04-26 Thread Alex Read
rk and how I execute the command, but whatever I do I just can't get it to go to the return message without waiting for the child process to finish. Any help gratefully recieved. Many thanks Alex. #!/usr/bin/perl use strict; my $pid = fork && exit; #$pid should return 0 if f

Re: Run process in background

2002-04-22 Thread Alex Read
oot ..., so it has the same permissions as the user which means that if the user did decide to try and use my form for evil, then they shouldn't be able to do anything more evil than if they simply sat at their machine and typed; % GRrr evilnesss thanks for all the advice, Alex. drieux wr

Re: Run process in background

2002-04-20 Thread Alex Read
u are talking about and consequently do nothing. Cheers Alex. John Brooking wrote: > This is an aside, but does the statement you are > executing come as a parameter from the HTML form? If > so, I presume you are aware that this is a very > dangerous practice, unless you have secure

Run process in background

2002-04-19 Thread Alex Read
"$my_shell_script &"; `$my_shell_script &`; exec "$my_shell_script "; exec "$my_shell_script &"; none of which work! The basis of my script is Formmail from Matt's script archive (http://www.worldwidemart.com/scripts/) if anyone knows it. Any suggestions? Tha

script doesn't work under https but works under http???

2001-12-10 Thread Alex Chau
ks in advance. Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Replacing carriage returns in a variable

2001-10-02 Thread Alex Chau
Try this if you're using linux/unix system: $variable =~ s/\n\r//g; Alex Guy Tubbs wrote: >Hi, > >Can anyone give me the code that will replace all the carriage returns in a >variable with another character. > >I am getting input from a web page and need to replace the