RE: PAR - WIN32 Client/Server application using fork.

2004-03-26 Thread Burak Gürsoy
PAR has it's own discussion list: http://lists.perl.org/showlist.cgi?name=par you may get a better answer from there... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rush, Thomas Sent: Friday, March 26, 2004 7:54 PM To: [EMAIL PROTECTED] Subject: PAR -

idiots out of office (RE: Out of Office AutoReply: PAR - WIN32 Client/Server application us ing fork.)

2004-03-26 Thread Burak Gürsoy
I get 6 of this out of ... crap and one idiot returned me as rejected. ok... moderator of this list or anyone from ActiveState, why don't you do anything about that SPAM and SPAMMERS? probably I get another 7 spam after sending this one and I think that I'll unsubsribe from all activestate

RE: Struggling with my first XML::Parser project

2003-11-09 Thread Burak Gürsoy
try XML::Simple = http://search.cpan.org/~grantm/XML-Simple/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gary Nielson Sent: Sunday, November 09, 2003 9:35 PM To: [EMAIL PROTECTED] Subject: Struggling with my first XML::Parser project I have partially

RE: perlis is *very* slow

2003-11-03 Thread Burak Gürsoy
Thank you for the reply Jan :) -Original Message- From: Jan Dubois [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 6:02 AM To: Burak Gürsoy Cc: Perl-Win32-Users Subject: Re: perlis is *very* slow On Mon, 3 Nov 2003 05:17:21 +0200, Burak Gürsoy [EMAIL PROTECTED] wrote: On our

RE: OOP and variables!

2003-10-31 Thread Burak Gürsoy
if ( defined ${($Obj-phone()}) ){ # do smthg } and this is always false. Thanks, Nicu -Ursprüngliche Nachricht- Von: Burak Gürsoy [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 31. Oktober 2003 15:30 An: [EMAIL PROTECTED] Betreff: RE: OOP and variables! because you are trying

RE: REWRITE RE: Error trapping

2003-07-18 Thread Burak Gürsoy
To: [EMAIL PROTECTED] Subject: RE: REWRITE RE: Error trapping Grrr still didn't catch the error -Original Message- From: Burak Gürsoy [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 1:06 PM To: [EMAIL PROTECTED] Subject: RE: REWRITE RE: Error trapping ok, try this one: #!/usr

RE: Win32 Icon (resource) extraction from exe/dll

2003-03-14 Thread Burak Gürsoy
I dont want to compile anything... If I want to, PAR is a good choice I think... Read the subject please... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gregory, Carlton Sent: Friday, March 14, 2003 10:49 PM To: 'Burak Gürsoy'; [EMAIL PROTECTED

RE: Perldoc in Windows produces odd output

2003-02-24 Thread Burak Gürsoy
well... it looks like the only solution is to install the new perldoc: http://search.cpan.org/author/SBURKE/Pod-Perldoc/ It solved my problem. this was also discussed in pod-people -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Franz, Roger Sent:

RE: Perl OOP

2003-01-25 Thread Burak Gürsoy
how about using a parameter with a constructor? my $obj = Your::Class-new({param1 = $va1,DEBUG = 1}); ... sub new { my $class = shift; my $options = shift; ... if ($options-{DEBUG}) { # enable some debugging options or set $Your::Class::DEBUG var to 1 } ... } -Original

RE: DBD-MySQL (succesful connexion to MySQL)

2003-01-25 Thread Burak Gürsoy
Well... there was a discussion with this module in dbi-users this week. It looks like it has a problem with the blobs. I didnt use it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tillman, James Sent: Friday, January 24, 2003 4:58 PM Cc: [EMAIL

RE: DBD-MySQL (succesful connexion to MySQL)

2003-01-25 Thread Burak Gürsoy
, and it is ok now. I want to thank all fo you for your usefull help, and specially : - Burak Gürsoy - Christopher R. Jones - Fernando Freire Baez - Kim H. Young - michael higgins - Randy Kobes - Tillman, James - and sorry if I have fogotten someone

RE: :MySQL

2003-01-23 Thread Burak Gürsoy
replace the string 'mysql' with 'mysqlPP' in your codes... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of theatrale Sent: Thursday, January 23, 2003 5:22 PM To: Burak Gürsoy; [EMAIL PROTECTED] Subject: DBD::MySQL it seems your are right, I have

RE: DBD::MySQL

2003-01-23 Thread Burak Gürsoy
I think that mysql 4 libraries or at least their names are different, I couldnt compile the module to use mysql 4 ? can you give any info on that? -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 5:56 PM To: theatrale Cc: Burak Gürsoy

RE: Technical Arguments for using Perl in a web environment...

2003-01-23 Thread Burak Gürsoy
the fact is, perl was (and still is) the #1 language in CGI programming, and a lot of the people think that CGI is a language and perl is something related to it. Looks like it is the same all around the world :p -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

RE: DBD::MySQL

2003-01-23 Thread Burak Gürsoy
R. Jones Sent: Thursday, January 23, 2003 6:18 PM To: theatrale; Burak Gürsoy; [EMAIL PROTECTED] Subject: Re: DBD::MySQL I always check out the Activestate package archives. http://ppm.activestate.com/PPMPackages/zips/6xx-builds-only/ Here you will find DBD-Mysql. I am not sure why ppm

RE: bless question

2003-01-12 Thread Burak Gürsoy
okie dokie... It looks like I misunderstood something. Thanks :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alan Dickey Sent: Sunday, January 12, 2003 1:54 AM Cc: Perl-Win32-Users Subject: Re: bless question Burak Gürsoy wrote: But I

RE: bless question

2003-01-11 Thread Burak Gürsoy
Cc: Perl-Win32-Users Subject: Re: bless question Burak Gürsoy wrote: Can anyone explain this? is this a bug or feature? what were you expecting #!/usr/bin/perl -w use strict; package Test::One; sub new { my $class = shift; my $self = {}; bless $self, $class

RE: 5.8 GD, DB_File, and TK::Jpeg ppd request

2002-12-26 Thread Burak Gürsoy
Activestate must add this address to the standard ppm repository list :)) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Randy Kobes Sent: Thursday, December 26, 2002 10:16 PM To: Bruce Winter Cc: [EMAIL PROTECTED] Subject: RE: 5.8 GD, DB_File, and

RE: problem comparing hashes

2002-12-26 Thread Burak Gürsoy
#!/perl -w use strict; my %default = ( one = 1, two = 2, three = 3, four = 4, five = 5, six = 6, ); my %cgi = ( one = 10, two = 20,

RE: PERL Question

2002-12-19 Thread Burak Gürsoy
IIS only looks at the extensions I think... I dont remember a configuration option to enable what you said... I never use the full (and correct) path to perl executable, but everything works fine (win2k pro) Apache' s default config requires exact path, but you can change this... -Original

RE: Two questions...

2002-12-12 Thread Burak Gürsoy
Well... TextPad is shareware, but it has no time limits and it does not block any functionality (FYI)... It's a nice editor and does not eat your system resources... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: 12 Aralýk 2002

RE: Two questions...

2002-12-12 Thread Burak Gürsoy
Free for evaluation... I dont buy everything I like... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lee Goddard Sent: 12 Aralik 2002 Persembe 19:16 To: Burak Gürsoy; [EMAIL PROTECTED] Subject: RE: Two questions... At 18:03 12/12/2002, Burak Gürsoy

RE: web form editor

2002-11-11 Thread Burak Gürsoy
http://webfx.eae.net/dhtml/richedit/richedit.html no module needed I believe... evething happens on the client side... -Original Message- From: [EMAIL PROTECTED] [mailto:perl-win32-users-admin;listserv.ActiveState.com]On Behalf Of George Harris Sent: Monday, November 11, 2002 8:31 PM To:

RE: Random numbers

2002-10-29 Thread Burak Gürsoy
you can use crypt(): #!/usr/bin/perl -w use strict; print generate_password(), \n for 1..1000; sub generate_password return(substr(crypt(,join('',(0..9,'A'..'Z','a'..'z')[rand 62,rand 62])), -8 )); } if you want to check if the same string is generated, you can write some control

RE: subrooteens/functions within strings.

2002-10-29 Thread Burak Gürsoy
you cant use functions in double quotes. When you pass a string, you must quote it, and leading ampersand is optional when you call it with parenthesis... print Hello ,caps('shain'), Nice to see you today.\n; sub caps {return uc shift}; -Original Message- From: [EMAIL PROTECTED]

RE: [Perl-unix-users] structuring languge dependent code

2002-08-15 Thread Burak Gürsoy
using seperate files can be better... then you can call them via require(). each module can export a hash to your namespace via Exporter... if($lang eq 'en') { require YourNameSpace::En; } elsif (...) { #... } else { #... } print $en{'mes001'}; # etc... -Original Message-

RE: Use a module from a user param input

2002-07-12 Thread Burak Gürsoy
you cant do that. try require() instead -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fernando Freire Baez [Medicare) Sent: Friday, July 12, 2002 8:24 PM To: [EMAIL PROTECTED] Subject: Use a module from a user param input Hello, I am working in an

RE: Can't Locate Perl in Registered File Lists

2002-05-16 Thread Burak Gürsoy
adding a new command named NOTEPAD is better IMO -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, May 16, 2002 3:51 PM To: [EMAIL PROTECTED] Subject: RE: Can't Locate Perl in Registered File Lists How to make .pl files

RE: MSAccess file format question...

2002-02-28 Thread Burak Gürsoy
*untested just an idea :)* create a blank access database blank.mdb and if you want to fill it, copy it to another dir and do what you want :) you'll still have a blank db for future uses -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Morse, Richard

RE: MSAccess file format question...

2002-02-28 Thread Burak Gürsoy
oops! sorry about the previous message. I didnt see Mike's message... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adam Frielink Sent: Thursday, February 28, 2002 7:18 PM To: Morse, Richard E.; [EMAIL PROTECTED] Subject: RE: MSAccess file format

RE: sending a file as an e-mail Attachment using Perl

2002-02-27 Thread Burak Gürsoy
I use MIME::Lite -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bryan T. O'Malley Sent: Wednesday, February 27, 2002 8:33 PM To: [EMAIL PROTECTED] Subject: sending a file as an e-mail Attachment using Perl I have used net::smtp to send e-mail. Works

RE: use strict and globabl variables

2002-02-23 Thread Burak Gürsoy
% means (as a variable) hash %my_hash = (blah_1 = value 1, blah_2 = value 3); etc... nothing to do with globals... my() and local() make your variable lexical scoped (read perl documentation). you must write it as; my $sFilePat h = 'c:\some\path\file.txt'; if you call some vars from an