Re: Captcha Images

2005-11-26 Thread Mike Blezien
Chris, Chris Devers wrote: On Sat, 26 Nov 2005, Mike Blezien wrote: we are currently implementing the Authen/Captcha validation scheme into a registration form. been searching Google to locate alternative images that can be used inplace of the default images used by the module, but without

Re: Captcha Images

2005-11-26 Thread Chris Devers
On Sat, 26 Nov 2005, Mike Blezien wrote: > we are currently implementing the Authen/Captcha validation scheme > into a registration form. been searching Google to locate alternative > images that can be used inplace of the default images used by the > module, but without much luck locating them

Captcha Images

2005-11-26 Thread Mike Blezien
Hello, we are currently implementing the Authen/Captcha validation scheme into a registration form. been searching Google to locate alternative images that can be used inplace of the default images used by the module, but without much luck locating them. Does any one know where these type of i

Installing Perl Modules Locally

2005-11-26 Thread Mandar Rahurkar
Hi All, I am trying to install perl modules locally since I dont have a root aceess. I installed a local version of perl. However I am having problems installing modules: ExtUtils::AutoInstall 0.49 required. Install it from CPAN? [Y/n] y *** Installing ExtUtils::AutoInstall Password:

Google API + SOAP

2005-11-26 Thread Mandar Rahurkar
Hi, I am using following script to access Google Api however I get the following error : 502 Bad Gateway at ./googly.pl line 15 . I think the problem is with SOAP::Lite package. Has anyone experience this error before ? Thanks, Mandar #! /ws/ifp-22/scratch/Perl/bin/perl use SOAP::Lite;

Re: ASCII -> ASCII printable

2005-11-26 Thread Xavier Noria
On Nov 26, 2005, at 21:03, Brano Gerzo wrote: Xavier Noria [XN], on Saturday, November 26, 2005 at 20:53 (+0100) thinks about: XN> Yeah, looks like you need some kind of conversion table, but I still XN> do no understand the problem to solve. Can you be more specific? Do XN> you have exampl

Re: ASCII -> ASCII printable

2005-11-26 Thread Brano Gerzo
Xavier Noria [XN], on Saturday, November 26, 2005 at 20:53 (+0100) thinks about: XN> Yeah, looks like you need some kind of conversion table, but I still XN> do no understand the problem to solve. Can you be more specific? Do XN> you have examples of actual inputs and their corresponding conversio

format to scalar better solution?

2005-11-26 Thread Brano Gerzo
Hello all, I like format function, but I miss output to scalars. write always print to STDOUT, or filehandle, but I need access contents to scalar. I found in docs one solution, but it is not much nice: use Carp; sub swrite { croak "usage: swrite PICTURE ARGS" unless @_; my $format = shif

Re: ASCII -> ASCII printable

2005-11-26 Thread Xavier Noria
On Nov 26, 2005, at 20:39, Brano Gerzo wrote: Xavier Noria [XN], on Saturday, November 26, 2005 at 20:20 (+0100) typed the following: I need convert all ASCII unprintalbe to ASCII printable (if possible) according to (http://en.wikipedia.org/wiki/ASCII), tell me please, what should I use/lo

Re: ASCII -> ASCII printable

2005-11-26 Thread Brano Gerzo
Xavier Noria [XN], on Saturday, November 26, 2005 at 20:20 (+0100) typed the following: >> I need convert all ASCII unprintalbe to ASCII printable (if possible) >> according to (http://en.wikipedia.org/wiki/ASCII), tell me please, >> what should I use/look for. XN> The string "\033" would be con

Re: ASCII -> ASCII printable

2005-11-26 Thread Xavier Noria
On Nov 26, 2005, at 19:21, Brano Gerzo wrote: I need convert all ASCII unprintalbe to ASCII printable (if possible) according to (http://en.wikipedia.org/wiki/ASCII), tell me please, what should I use/look for. The string "\033" would be converted to what? -- fxn -- To unsubscribe, e-mail:

ASCII -> ASCII printable

2005-11-26 Thread Brano Gerzo
Hi all, I need convert all ASCII unprintalbe to ASCII printable (if possible) according to (http://en.wikipedia.org/wiki/ASCII), tell me please, what should I use/look for. Thanks a lot. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mode Q on File::stat

2005-11-26 Thread John W. Krahn
Mohammed Shameer wrote: > From perldoc, > stat function returns a 13 element list > I think > my $perms = stat($conffile) > will not work as you expect. Please read the documentation for the File::stat module to see why this does indeed work. perldoc File::stat John -- use Perl; program fulfi

Re: mode Q on File::stat

2005-11-26 Thread Mohammed Shameer
From perldoc, stat function returns a 13 element list I think my $perms = stat($conffile) will not work as you expect. On Saturday 26 November 2005 04:03, Abid Khwaja wrote: > Thanks for the pointers. Here's what I did: > > 1. stat the file to see the mode set by the system > > demerzel:~/etc a

Re: mode Q on File::stat

2005-11-26 Thread John W. Krahn
Abid Khwaja wrote: > Thanks for the pointers. Here's what I did: > > 1. stat the file to see the mode set by the system > > demerzel:~/etc abid$ ls -l > total 16 > -rw-rw 1 root uucp 311 Nov 14 15:20 slist.conf > demerzel:~/etc abid$ stat -s slist.conf > st_dev=234881026 st_ino=6858828 s