Re: Suppressing OS messages in CGI

2006-06-09 Thread Ed
Exactly what I needed!! Thank you.   Ed  On 6/8/06, Peter Eisengrein <[EMAIL PROTECTED]> wrote: Use backticks instead. For example,   my @dir = system(dir); # pushes data into @dir and prints my @dir = `dir`; # silently pushes data into @dir     -Original Message-From: [EMAIL PROTECT

Re: OT: Basic Graphics (GD) Qs: Line Widths, Output Methods (Was: Simple APi for Raster Graphics)

2006-06-09 Thread Veli-Pekka Tätilä
Gregory S. Williamson wrote: draw simple RGB raster graphics in WIndows using Perl. First are the drawing primitives and second a method to output the graphics. Perl and PPM for installation. Not sure if it fits all of your needs but I used GD with some success: H

Net-ssh-W32Perl

2006-06-09 Thread John Serink
Hi All: Got a small problem I can't figure out here. All I want to do is log into the SSH server, grabe the banner test and exit. The banner text contains some HW status I'm trying to capture. Script is below: use strict; use warnings; use Net::SSH::W32Perl; my $host = '220.255.171.11'; my $user

Re: Issues in using a MinGW build

2006-06-09 Thread Ari Jolma
Ari Jolma kirjoitti: ...after some limited testing it looks like most of the problems and strangenesses go away when I use the new dmake all the time :-) Not all, Glib and Gtk2 definitely need these into the last $(LD) commands: * -shared instead of -mdll * -Wl,--out-implib=blib\arch\auto\G

Re: Issues in using a MinGW build

2006-06-09 Thread Ari Jolma
Sisyphus kirjoitti: > > I've never had to do that. Did you use the latest 'dmake' from > http://search.cpan.org/dist/dmake/ ? > thanks, it seems I had an ancient dmake, that problem goes away with the new one :-) it is confusing with all these different makes... My reasoning was to use mingw32

Re: Perl GD and Windows

2006-06-09 Thread Benct Philip Jonsson
It's OK. I just hadn't noticed that the ppm had its own dll, but thought I somehow had to install the gd program separately. Is there BTW any special mailinglist or newsgroup for GD.pm? Huub Peters skrev: GD for Perl on windows has been around for ages. Bribes.org has a ppm and some nice subm

Re: Issues in using a MinGW build

2006-06-09 Thread Sisyphus
- Original Message - From: "Ari Jolma" <[EMAIL PROTECTED]> To: Sent: Friday, June 09, 2006 3:55 AM Subject: Issues in using a MinGW build > Hi, I sent this to the perl-win32-porters list but that seems abandoned, > Yes - not much activity there. I'm still subscribed and I did see your