Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

aligning text

by Anonymous Monk
on Feb 02, 2018 at 15:09 UTC ( [id://1208325]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <breakfast_menu> 
       <food> 
    ...
           <description>Two eggs, bacon or sausage, toast, and our ever-po
    +pular hash browns</description> 
           <calories>950</calories> </food> 
    </breakfast_menu>
    
  2. or download this
    open($fh,"<","xml.xml") or die $!;
    while(<$fh>){
        if($_ =~ /<price>\$(.*)<\/price>/){
    ...
        print "\n";
        $teller++;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-19 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found