Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Perl / Getting Started / August 2007



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
grabbing content from tree builder31 Aug 2007 21:54 GMT3
so i have the following code:
foreach my $node (@tables){
   my @rows = $node->look_down(_tag => 'tr');
   foreach my $row (@rows){  #grabbing data from each row at this point
finding methods and attributes in a name space31 Aug 2007 21:08 GMT1
how would i find out what attributes and methods are in a name space?
for example i have an object in my code and im not sure what type it is,
what attributes are associated with it, what methods etc etc how can i
find out. in python there was dir() and type() which was a big ...
html template and tables31 Aug 2007 20:44 GMT1
I'm trying to do the following:
Print out the table from an array using HTML teplates.
I'm not sure of the sintax of how to get this table to display, I dont like
posting code here, but I'm kinda stuck and I dont know if I am going in the
debugging Perl/XS31 Aug 2007 20:39 GMT2
Are there any pointers somewhere?
Robert
Signature

To unsubscribe, e-mail: beginners-unsubscribe@perl.org

Big unicode problem with Perl 5.8.8 with MySQL 5.0 (i.e. Debian 4.0)31 Aug 2007 19:20 GMT2
I just upgraded from Debian 3 (Perl 5.8.4 and MySQL 4.1) to Debian 4
(Perl 5.8.8 and MySQL 5.0 and DBD::mysql 3.0008) and have the following
problem:
In the following lines I create a table with a char field of length 4
Facing problem with perl one-liner for single quote31 Aug 2007 16:36 GMT7
I am trying a one-liner substitution for a content in
a file.
original file content
---------
parsing HTML content31 Aug 2007 14:32 GMT3
Is there a way to dump the HTML code for a web page?  I need to write
a script which will collect and summarize content from intranet web
pages.  By dump, I mean to read it the same way you would read a file
and parse its contents.  Thanks.
Open files and looking a word31 Aug 2007 14:20 GMT1
I'm doing a script, it run a ping in many computers
and  create a log file.
I need search in log file the word "Destination Host
Unreachable". So, I have to take below line. After
LWP::Authen::Ntlm::authenticate31 Aug 2007 13:01 GMT1
    Has anyone had any luck with NTLM auth with LWP ?
It appears to repeat the following:
--snip--
LWP::UserAgent::new: ()
printing long strings31 Aug 2007 02:02 GMT1
Dear Folks,
I need to print diagnostic message strings like:
warn "$parent/$child does not exist: verification failed\n";
in conditional blocks that are nested and indented. This means that, on
marine subroutine30 Aug 2007 15:39 GMT5
I'm trying to understand subroutines.
#!/usr/bin/perl
&marine()
sub marine {
Trouble with activestate perl for windows30 Aug 2007 15:22 GMT3
Every time I try to use perl 5.8.8 I keep geting the error message
"Barewood found where operator expected at - line 1, near "/perl/bin"
<Missing operator before bin?>"  What am I doing wrong here and how can
I fix it. I'm using activestate perl. The command I'm trying is
Unable to locate make30 Aug 2007 09:40 GMT4
I got a problem while installing the module with *CPAN.pm* shell. At the
begining, it was asked to for some confiuguration settings. It could able to
find almost all settings except make. At first, I ignored that and moved to
install the modules but it is saying like the make test ...
marine subroutine30 Aug 2007 09:14 GMT2
i am trying to figure out how to use the subroutine in a library now.
so I did this.
I name one script sub.pl and the library sub-lib-pl:
the script.pl contains:
Appending a character to a field30 Aug 2007 07:45 GMT1
I'm a perl newbie and would like to ask this question here.
Let's say I have the following code. Trying to check the disk space,
it's to truncate the percent sign % from the df -k output, compare the
percentage field to see if it's bigger than 90%, and grasp only those
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 July, 2007
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.