Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Programmatically Updating Code with PPI

by Tanktalus (Canon)
on Jan 04, 2010 at 21:55 UTC ( [id://815650]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    ...
    $lexicon->insert_after($insert_this->tokens());
    
    print $doc->serialize();
    
  2. or download this
    package My::L10N::en;
    
    use base 'My::L10N';
    ...
        'Some [_1] text',
    
    );
    
  3. or download this
    package My::L10N::en;
    
    use base 'My::L10N';
    ...
        'The [_1] is in the [_2]' =>
        'The [_1] is in the [_2]',
    );
    
  4. or download this
    #! /usr/bin/perl
    
    ...
    }
    
    print $doc->serialize();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 02:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found