Thread (Message) | Date | Author |
Score |
Board |
Unterschiedliches search target bei find_child_element und find_child_elements
(#181674) |
2015-07-28 13:10 |
roli
|
|
Allgemeines zu Perl |
Danke |
|
Unterschiedliches search target bei find_child_element und find_child_elements
(#181673) |
2015-07-28 12:55 |
GwenDragon
|
|
Allgemeines zu Perl |
Schnell mal überflogen; laut https://github.com/gempesaw/Selenium-Remote-Driver/issues/21 ein fehler in der Doku. |
|
Unterschiedliches search target bei find_child_element und find_child_elements
(#181669) |
2015-07-28 10:18 |
roli
|
|
Allgemeines zu Perl |
… zusammen,
warum wird in der Doku für Selenium::Remote::Driver für die Methode find_child_element extra darauf hingewiesen ./ anstelle von // zu verwenden:
[code=perl]my $elem1 =… |
|
POD als HTML ausgeben - wie auf search.cpan.org
(#160040) |
2014-01-26 12:56 |
topeg
|
|
Allgemeines zu Perl |
Hier ein Script, das POD in HTML mittels Pod::Simple::HTML wandelt. pod2html greift darauf zurück. Das besondere ist, dass nicht alle Links auf cpan verweisen, sondern auf die lokalen Dateien, wenn… |
|
XML::XMLLIB attribute search
(#161417) |
2012-08-28 12:56 |
pq
|
|
Allgemeines zu Perl |
"XML::XMLLIB" - did you mean [mod]XML::LibXML[/mod]?
also, if you are able to speak german, that would be preferred here. |
|
XML::XMLLIB attribute search
(#161412) |
2012-08-28 12:00 |
guest fmhweb
|
|
Allgemeines zu Perl |
I should have used:
print $tag->toString();
Now it works. |
|
XML::XMLLIB attribute search
(#161411) |
2012-08-28 11:04 |
guest fmhweb
|
|
Allgemeines zu Perl |
Hi,
i have the xml below and would like to extract the sessionname where session id == 0.
I am using this query but it does not work:
[code]
foreach my $tag… |
|
POD als HTML ausgeben - wie auf search.cpan.org
(#160081) |
2012-07-19 22:52 |
pktm
|
|
Allgemeines zu Perl |
Hm, ich hatte erst ein bisschen gestutzt als ich die DOku gesehen habe. Aber es tut seinen Dienst :-)
[code]
#!perl
use strict;
use warnings;
use utf8;
use Pod::Html;
use Tk;
use… |
|
POD als HTML ausgeben - wie auf search.cpan.org
(#160036) |
2012-07-18 21:22 |
pktm
|
|
Allgemeines zu Perl |
Was macht denn das erste Argument von pod2html? Auf der Manpage sind irgendwie nur die Parametr erklärt.
Mein Ansatz bis jetzt:
[code]
#!perl
use strict;
use warnings;
use utf8;
use… |
|
POD als HTML ausgeben - wie auf search.cpan.org
(#160025) |
2012-07-18 17:16 |
pq
|
|
Allgemeines zu Perl |
schau dir mal [mod]Pod::Html[/mod] an, vermutlich wird es damit erzeugt |
|
POD als HTML ausgeben - wie auf search.cpan.org
(#160022) |
2012-07-18 16:54 |
pktm
|
|
Allgemeines zu Perl |
Hi!
Auf CPAN gibt es ja Manpages im HTML-Format, z.B. http://search.cpan.org/~timb/DBI-1.622/DBI.pm. Kann man die zufällig auch ohne den ganzen Kram abrufen wie Navigation, Such-Dialog oben und… |
|
Search job as Perl programmer in Germany *was hello
(#147791) |
2011-04-15 22:35 |
srimantula
|
|
Stellenangebote und Stellensuche |
Hi ,
contact me on 015112110579. if you selected you can start the job this month.
we have very urgent requirement. city ravensburg. |
|
How to sort Array with hashref Elements and custom search function
(#147785) |
2011-04-15 08:03 |
rosti
|
|
Allgemeines zu Perl |
[quote="Guest wer"]Schwartzsche Transformation macht nur bei Scalaren Sinn, wenn alles schon gesplittet ist, ist das doch unnötig.
[c]$a->[1] <=> $b->[1][/c] vs. |
|
How to sort Array with hashref Elements and custom search function
(#147782) |
2011-04-14 22:39 |
guest Frank Schuster
|
|
Allgemeines zu Perl |
Hi topeg.
That was the mistake. [c]lt[/c] or [c]<[/c] give only 2 booleans back. I don't considered the requirements.
Thank you so much. |
|
How to sort Array with hashref Elements and custom search function
(#147766) |
2011-04-14 19:48 |
guest wer
|
|
Allgemeines zu Perl |
Schwartzsche Transformation macht nur bei Scalaren Sinn, wenn alles schon gesplittet ist, ist das doch unnötig.
[c]$a->[1] <=> $b->[1][/c] vs. [c]$a->{b} <=> $b->{b}[/c] |
|
How to sort Array with hashref Elements and custom search function
(#147765) |
2011-04-14 18:50 |
topeg
|
|
Allgemeines zu Perl |
[c]lt[/c] returns true or false. If you want to do a sort you need three values if one value is smaller, equal or bigger. For strings use [c]cmp[/c] for numbers [c]<=>[/c]. |
|
How to sort Array with hashref Elements and custom search function
(#147764) |
2011-04-14 18:37 |
rosti
|
|
Allgemeines zu Perl |
[quote]Can anybody enlighten me?[/quote]
Later?
Please take a little look at my Solution
[code=perl]
use strict;
use warnings;
use Data::Dump qw(dump);
#my @t = (… |
|
How to sort Array with hashref Elements and custom search function
(#147763) |
2011-04-14 18:12 |
guest Frank Schuster
|
|
Allgemeines zu Perl |
Hi.
I want to sort the hasref elements of the array @t in the way that the value from the key 'b' in each anonyme hash should be considered in the sorting process. |
|
Search job as Perl programmer in Germany *was hello
(#146961) |
2011-03-28 11:57 |
stefanpm24
|
|
Stellenangebote und Stellensuche |
Hi, I'm Stefan
I'm looking for a job as a Perl programmer in Germany.
I have some experience with the language, I've written many tools
and I did web programming with it. |
|
Search job as Perl programmer in Germany *was hello
(#146966) |
2011-03-28 11:45 |
schilter
|
|
Stellenangebote und Stellensuche |
Hi Stefan
We're looking for someone, but it would be part-time and contract-based. If you're interested or got questions drop me a line (schilter [ät] cinergy.ch). |