HTML::TreeBuilder

2002-10-23 Thread Torbjørn Lindahl
that have no attributes? Ie somehow listing tag attributes and checking that the @list == 0? Regards, Torbjørn Lindahl ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

working with array references.

2002-10-13 Thread Torbjørn Lindahl
though... my $r=$hash{$key}; my @l=@$r; $hash{$key}-[scalar @l]=$item; ...but I dont like the idea of _having_ to use those extra lines of code there, there should be a way to append an item to a list reference in one single operation. Regards, Torbjørn Lindahl

Browse local LAN

2002-10-10 Thread Torbjørn Lindahl
Hi list, what module should I use to browse file shares on our home LAN? I tried simply 'opendir(DIR,\\server\share)', also with escaped \'s, but it wouldnt do the trick. Searching for 'net'-modules yields 1000 answers, I will be greatfull for any pointers! Regards, Torbjørn Lindahl