Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Twig Question: Create a new XML doc using twig?

by GrandFather (Saint)
on Mar 23, 2009 at 02:36 UTC ( [id://752477]=note: print w/replies, xml ) Need Help??


in reply to Re: Twig Question: Create a new XML doc using twig?
in thread Twig Question: Create a new XML doc using twig?

$root->print('$file_handle');

is unlikely to help - single quoted strings don't interpolate and in fact you probably don't mean to use a string there at all. Most likely you intended:

$root->print($file_handle);

True laziness is hard work

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-18 12:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found