Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Moving a tag within text with XML::Twig

by skillet-thief (Friar)
on Sep 25, 2005 at 18:06 UTC ( [id://494938]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                                                                          
    +                                        
     for ( grep { $_->prev_sibling_text =~ m<([,.])\s*$> } @foots ) {
    
  2. or download this
    <a>Text text <b>Footnote code</b></a>
    
  3. or download this
    <a>Text text <b>Footnote code</b><a>The new text</a></a>
    
  4. or download this
    sub jf { print substr($_[0], -1);
                   jf( substr($_[0], 0, length($_[0])-1))
                        if length $_[0] > 1; }
    jf('gro.alubaf@yehaf');
    

Log In?
Username:
Password:

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

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

    No recent polls found