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

Re^2: errors in printing latex template output

by veerubiji (Sexton)
on Oct 24, 2011 at 08:35 UTC ( [id://933312]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open($file, 'formal.xml');
    {
    local $/;
    my $xml= <$file>;
    }
    
  2. or download this
    my $file;
     my $xml;
    ...
    local $/;
     $xml= <$file>;
    }
    
  3. or download this
    [%st.address.house_number%]
    

Log In?
Username:
Password:

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

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

    No recent polls found