First  |  Prev | 
Pages: 93 94 95 96 97 98 99 100 101 102 103
Net::SSH::Perl - Channel open failure?
I am attempting to write a couple of test scripts to use SSH for connecting to a host, executing commands, and displaying the results.. I've exhausted my google-fu (even Google code search) and hoped someone might be able to enlighten me as to why this script is failing. I'm receiving "Channel open failure: 1:... 12 Feb 2007 11:02
How to decode javascript encodeURI / encodeURIComponent ?
Simply: How ? I can't believe no-one's already done it, but I can't find any exact mention of it on the tinterweb. Closest I got was someone suggesting a custom javascript function to encode a URI in the style that Perl expects - no way José - what's the point in the W3C standardising this stuff for all our be... 24 Jan 2007 16:21
Cannot print images with Win32::Printer
Hi all, I'm trying to use the Win32::Printer module to make my Perl program capable of printing images (inline bitmaps and/or .bmp files). I've got my code to the point of displaying the standard Windows "Print" dialog box, but as soon as I click OK to print the image, I get the following error: "FreeImage is... 28 Dec 2006 12:08
How to find utf8.enc?
I'm running perl 5.8.8-5 under Fedora 5. My program uses XML::Simple, which produces an error when I try to compile: ../frontend Couldn't open encmap utf8.enc: No such file or directory at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/XML/Parser.pm line 187 I cannot find the utf8.end file an... 27 Nov 2006 16:24
Hanging at several places when multiple-commanding Net::SSH::W32Perl
Hi all, I installed W32Perl lately and had to do some modifications in order to make it run on windows (like define the $ENV and create a .ssh folder. First problem i faced is that the program is hanging after it executes the command. I know that it has already executed the command from: mazendesktop: Sendin... 17 Oct 2006 12:29
Net::SSH:W32Perl also uses getpwuid!
I am a new Perl user trying to setup an SSH connection using Perl. So I first downloaded the Net::SSH:Perl package. Since I am a Windows XP user, the getpwuid function didn't work. I googled and found that Net::SSH:W32Perl solves that problem. But when i downloaded Net::SSH:W32Perl, and opened the W32Perl.pm file, ... 16 Oct 2006 03:54
Net::SSH stuck
Hi all, I'm running the script below in windows command line and the script is stuck. (I need to run the unix task from the windows command line.) #!/usr/bin/perl use strict; use warnings; use Net::SSH qw (ssh issh sshopen2 sshopen3); print Net::SSH::ssh_cmd( { host => 'host.name', com... 12 Oct 2006 12:22
XML::Parser Installation error: XML-Parser-2.34
I downloaded the XML-Parser module from http://search.cpan.org/~msergeant/XML-Parser/Parser.pm and I untar the source ball to $HOME/local/XML-Parser-2.34. Can someone give me some helps? I appreciate! Here is what I did and what errors I got: 1) sean$cd local/XML-Parser-2.34 2) XML-Parser-2.34$ ls Changes ... 3 Oct 2006 09:58
Is there neq for strings?
Is there neq "not equal" operator in Perl? I want to do something like this: $a="mystring"; if ($a eq "abc") { print "hello"; } elsif ($a neq "bcd") { print "hello2"; } ... 8 Jun 2005 11:54
swift MT940 files
Hi there, I am trying to read a bank file with a format called MT940 swift into a data structure. The format is as follows: :28C:12345/1 :60F:C041019GBP607,20 :61:041020C110088,00N540NONREF I am still learning unpack (I always used s/regex/ and then $1, $2, etc ..) and am wondering if someone can help m... 1 Mar 2005 00:03
First  |  Prev | 
Pages: 93 94 95 96 97 98 99 100 101 102 103