Since 4/1/2012 8:34:25 AM, ggershSNACK has written 8 articles and participated in 3 conversations. ggershSNACK signature: ggershSNACK
ggershSNACK's articles:
Items(8) /1
CGI checkbox labelling confuses javascript212 (7/11/2006 6:53:20 PM) comp.lang.perl I'm using a bit of javascript code to get the object type of cells in a table. However, because of the way CGI's checkbox function puts a ... block around the checkbox. This confuses javascript which says... Greg
Mail::IMAPClient via SSL falls down...016 (6/1/2005 4:45:27 PM) comp.lang.perl.modules I'm trying to get Mail::IMAPClient to work via SSL. I'm running into a problem. Here's the output: # ./imap_test.pl SSL OK? 1 SSL says: * OK mailtest Sendmail Server IMAP4rev1 (2.1.5/smserver-2-1-5-build-1... Greg
Mail::IMAPClient via SSL675 (5/25/2005 9:33:07 PM) comp.lang.perl.misc I'm trying to get Mail::IMAPClient to work via SSL. I'm running into a problem. Here's the output: # ./imap_test.pl SSL OK? 1 SSL says: * OK mailtest Sendmail Server IMAP4rev1 (2.1.5/smserver-2-1-5-build-... Greg
Digest::SHA1 b64digest weirdness318 (5/10/2005 4:33:00 PM) comp.lang.perl.modules This is really bizzaro. Here's my code: use Digest::SHA1; $password = "garbage"; my $ctx = Digest::SHA1->new; $ctx->add($password); my $encpw = "{SHA}" . $ctx->b64digest . "="; print STDERR "{SHA}" . $ctx->... Greg
POE::Component::Client::TCP help!220 (2/7/2005 4:11:02 PM) comp.lang.perl.modules I'm trying to use POE::Component::Client::TCP to simulate some telnet sessions. I get a good connect (my connection callback is triggered, and I can see the connection at the OS level), but I can't seem to ... Greg
NDBM_File file not found?011 (8/18/2004 7:59:50 PM) comp.lang.perl Can someone tell me why the "tie" command here might be failing with a file not found? The file refered to by $fname is there, and even putting in an absolute path doesn't change the results. I'm using Act... Greg
Can't build SNMP...696 (2/18/2004 1:53:56 PM) comp.lang.perl.misc I get the following when trying to install the SNMP-4.2.0 into perl 5.8.2 on a Solaris 7 host. Note that I don't want to use Net::SNMP as I can't quite decipher the docs and I plan to migrate to SNMP::Multi... Greg
SYSLOG generating duplicate entries3208 (10/27/2003 3:29:44 PM) comp.sys.sun.admin I'm getting duplicate entries from syslog. Well, they're not quite duplicates. One has the "short" hostname and the other has the FQDN. For example: Oct 27 10:36:40 myhost xinetd[18950]: EXIT: myservice s... Greg
ggershSNACK's replies:
Items(3) /1
POE::Component::Client::TCP help!220 (2/7/2005 4:11:02 PM) comp.lang.perl.modules I'm trying to use POE::Component::Client::TCP to simulate some telnet sessions. I get a good connect (my connection callback is triggered, and I can see the connection at the OS level), but I can't seem to ... ggershSNACK(11)
Digest::SHA1 b64digest weirdness318 (5/10/2005 4:33:00 PM) comp.lang.perl.modules This is really bizzaro. Here's my code: use Digest::SHA1; $password = "garbage"; my $ctx = Digest::SHA1->new; $ctx->add($password); my $encpw = "{SHA}" . $ctx->b64digest . "="; print STDERR "{SHA}" . $ctx->... ggershSNACK(11)
CGI checkbox labelling confuses javascript212 (7/11/2006 6:53:20 PM) comp.lang.perl I'm using a bit of javascript code to get the object type of cells in a table. However, because of the way CGI's checkbox function puts a ... block around the checkbox. This confuses javascript which says... ggershSNACK(11)