RE: regular expression replacement

2003-11-28 Thread shonorio
$Value = 'c:\qqq\www\'; $Value =~ s/\\/\//g; print $Value ; De: [EMAIL PROTECTED] em 28/11/2003 09:15 GMT Para: "'Kaufman Eran (StarHome)'" <[EMAIL PROTECTED]> [EMAIL PROTECTED] cc: Assunto: RE: regular expression replacement Hi, I would like to know how can I repl

error on Compress::Zlib::inflate

2003-04-12 Thread shonorio
Hello all, I'm using Compress::Zlib to compress and uncompress a content of one variable, but it's not working as I'd like. By code above, I can't get what is wrong ! Could someone help-me on Compress::Zlib ? Thanks, Solli M. Honorio São Paulo - Brazil ===

Re: What is running on Windows

2003-02-27 Thread shonorio
If you are looking for utility, you can use the Sysinternals' ps utility (http://www.sysinternals.com/ntw2k/utilities.shtml), or you can use some scripts from Roth web site (http://www.roth.net/perl/scripts/). Solli De:        [EMAIL PROTECTED] em 27/02/2003 07:18 ZE2 Para:       "Perl-Win32-Us

RE: Perl IDE..

2002-10-23 Thread shonorio
I'm not sure if Komodo 1.1 is totaly free !!! I think it's free for student and class Solli De: [EMAIL PROTECTED] em 23/10/2002 09:19 EST Para:"'David Kaufman'" <[EMAIL PROTECTED]> [EMAIL PROTECTED] Stephen Gray <[EMAIL PROTECTED]> cc: Assunto: RE: Perl IDE..

Dump and Restore of permissions by Win32::Perms problem

2002-10-13 Thread shonorio
Hi all, I'm trying to use the Dave Roth script to backp (DumpPerms.pl) and restore (MakePerms.pl) permission, but on my test these scripts didn't work well to restore file and directory permission. When I restore the permissions saved on file, all Read and Execute permissions are missed !!! T

Strange value for data/time colum on SQL Query

2002-08-09 Thread shonorio
I create a sql query that have one field as data/time, and it's my problem I don't have the minor idea how print or work with this kind of data. Does someone could help-me !! Thanks, Solli ___ Perl-Win32-Users mailing list [EMAIL PROTE

Strange return value on web

2002-01-08 Thread shonorio
I´m runnig this script on my IIS Server: $strName = "_Name: " . $Resquest->Form('txtName'); ... and I get Win32::OLE=HASH(0x35901be) as a value, but if I remove " _Name: " . I get the right value. Does anyone know wy this is happing ? Thanks, Solli