Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Recursive insertion of tags

by swkronenfeld (Hermit)
on Jul 20, 2006 at 14:52 UTC ( [id://562598]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # ./test.pl
    Name "main::TAG" used only once: possible typo at ./test.pl line 9.
    ...
    readline() on unopened filehandle TAG at ./test.pl line 9.
    readline() on unopened filehandle TAG at ./test.pl line 9.
    readline() on unopened filehandle TAG at ./test.pl line 9.
    
  2. or download this
    if($file =~ /<ins cnt="(\d+)">/) {
      for ($x=0; $x < $1; $x++) {
        print F2 "<TAG>";
      }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (1)
As of 2024-04-25 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found