Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Introduction to anonymous arrays and hashes

by Prior Nacre V (Hermit)
on Nov 06, 2004 at 10:19 UTC ( [id://405739]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <html lang="en">
        <head>
    ...
            <p id="para1" class="first-para">This is <em>emphasied</em>. A
    +nd this is not.</p>
        </body>
    </html>
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $em_text = $ra_web_page->[0]{content}[1]{content}[1]{content}[1]{co
    +ntent}[0]{value};
    
    print "EM text = $em_text\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://405739]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-03-28 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found