I'm trying to install Perl SSH on a HP 32 bit system with OS B.11.11 U 9000/800. When I do a "make test" after compiling I get following error. # make test rm...
... Hash: SHA1 ... There's your trouble. The "qw" operator is interpreting those variable names as strings which is not what I understand you wanting to do. ...
Thank you that helped but I also had to add a index for the sub array like. print "$arrList->[$x][1]\n"; I can live with this thanks again. ... Don Dukelow HP...
Can anyone (hopefully) tell me why this doesn't work? All it *should* do is output the contents of the CRL. ... #!/usr/bin/perl -w use Convert::ASN1; use...
Ward.P.Fontenot@...
Jan 8, 2008 4:46 pm
25935
Greetings all... I used references found elsewhere to create a script to analyze log files for specific things. The "specific things" are stored in a mysql...
I think what I want is to be able to macro expand a variable that contains references to variables example: my $blah ="( ( $field =~ /blah/) and ($field =~...
... computerdribble> how do I macro expand ? Is the answer in the FAQ not clear enough? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503...
http://faq.perl.org/ ________________________________ From: perl-beginner@yahoogroups.com [mailto:perl-beginner@yahoogroups.com] On Behalf Of computerdribble ...
Boyle, Christopher
Christopher.Boyle@...
Jan 8, 2008 7:13 pm
25940
Nope , not in there. there is nothing in the FAQ concerning Macro expansion. Only Macros for Vi (ick) Went through that AGAIN and no luck. anywhere else? I...
... computerdribble> Nope , not in there. there is nothing in the FAQ concerning Macro computerdribble> expansion. By the way, it's on *YOUR DISK*. No need...
Thank you. I went onto the faq.perl.org site and searched through all of that and nothing came back. This is one of the problems and reasons I have stayed...
From: "computerdribble" <computerdribble@...> ... Compile each test just once and run it repeatedly. Before opening the log file, but after reading the...
Thank you! One problem I ran into was the EVAL was killing 4 gigs of memeory on large log files. At least I traced it back to that. This is why I wanted to...
- No I don't. And others don't either. - But you do not need to read what I wrote originaly and what you replied last time, you remember it, don't you? -...
I humbly thank ALL who have read or responded. Can you, with all of the examples to date... do away with the EVAL of the variable that contains the testing ...
From: "computerdribble" <computerdribble@...> ... No. You can't. It's as simple as that. If you did not store the expression like this in the database,...
Thank you for responding. ... dang it all! oh well. ... I would love to.. except there are certain instances that what needs to be checked is.. well let me...
Hello Folks, This is my first question here in the new year.. so happy new year to you all!! ... My goal is to fill a file - called testfile with data by...
And happy new year to you sir. ... kill the parent ... you didn't [0:dwright/perl> perldoc -f kill kill SIGNAL, LIST Unlike in the shell, if SIGNAL is...
Thanks David. Frankly I did not think of head -c 1024 /dev/urandom > testfile2 as a solution.. makes me feel foolish now. And yes I should use unlink instead...
... david> this should accomplish the same behaviour: david> if (-e "./testfile") { unlink "./testfile"; } Or even just: unlink "testfile"; # and ignore the...
Hello All, With a growing demand for Perl automation ,we are pleased to announce a new weekend batch of "Perl Automation" for students & Professionals. Course...
... concepts> With a growing demand for Perl automation ,we are pleased to announce concepts> a new weekend batch of "Perl Automation" for students &...
On Sat, 2008-01-12 at 10:14, merlyn@... wrote: <SNIP> ... Surely this is still a valid way of displaying it. If you are getting picky, they are both...
Andy Dixon
andy.dixon@...
Jan 12, 2008 2:48 pm
25959
From: "PRAVEEN CHAUHAN" <best_praveen2006@...> ... That's not very nice of you ... ;-) ... You need some XML parser. XML::Rules, XML::Twig,...