Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: how to add a PPI:Statement to a document?

by Anonymous Monk
on Jan 02, 2008 at 07:20 UTC ( [id://659918]=note: print w/replies, xml ) Need Help??


in reply to Re: how to add a PPI:Statement to a document?
in thread how to add a PPI:Statement to a document?

$Document = PPI::Document->new(\'print "Hello World!\n"'); $lastVar->insert_after( $Document->find_first('Statement') );
A little more verbose, but much clearer in intent.

Replies are listed 'Best First'.
Re^3: how to add a PPI:Statement to a document?
by Anonymous Monk on Jan 02, 2008 at 07:28 UTC
    In fact, you also should just throw away the other document immediately.
    $lastVar->insert_after( PPI::Document->new('print "Hello World!\n")->f +ind_first('Statement') );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://659918]
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-04-23 16:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found