RE: regex / a simple question

2001-02-22 Thread Andre Andreev
Title: RE: regex / a simple question Hello, thanks Jenda! $string = "1<2<3,4<5,6,7[+1,1,1]>[+1,1]><8,9[+1,2]>[+1]>[+]"; I've tried your $string =~ s/\[\+(.*?)\]//; Result:     1<2<3,4<5,6,7>[+1,1]><8,9[+1,2]>[+1]>[+] Then I've tried your: $string =~ s/

Out .mdb to .xls file

2001-01-18 Thread Andre Andreev
I want to pass .mdb file or a number of .mdb file as a parameters to a Perl program which should read all tables from .mdb and display the results as .xls for every table. I guess after that step I'd like to (if table and fields names are known) run query against database and ,again, put results i

Re: Getting Workstation Name

2000-12-31 Thread Andre Andreev
This is a piece one of my programs. I wrote it to perform a software inventory. Piece below runs a Windows function GetComputerNameA using Win32::API module. Make sure you have Win32::API module downloaded on your machine (see ActivePerl Documentation came with ActivePerl). use Win32API::Registr