Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

translate MetaTag result

by NodeReaper (Curate)
on Dec 12, 2001 at 02:40 UTC ( [id://131088]=perlquestion: print w/replies, xml ) Need Help??

NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

Replies are listed 'Best First'.
Re: translate MetaTag result
by Masem (Monsignor) on Dec 12, 2001 at 05:45 UTC
    You're not fully explaining the problem, it seems, but what it appears you are trying to do is something like this:
    for my $i ( 1..10 ) { for my $j ( 1..10 ) { print "<MetaTag_$i_$j>$stuff</MetaTag_$i_$j>\n"; } }
    But again, without more information, it's hard to tell what you want.

    -----------------------------------------------------
    Dr. Michael K. Neylon - mneylon-pm@masemware.com || "You've left the lens cap of your mind on again, Pinky" - The Brain
    "I can see my house from here!"
    It's not what you know, but knowing how to find it if you don't know that's important

Re: translate MetaTag result
by kwoff (Friar) on Dec 12, 2001 at 05:44 UTC
    Perhaps I'm misunderstanding you, but it seems you want a 2-dimensional array.
    my @metatags; $metatags[0][0] = "hi"; .... $i = $metatags[0][0]; ....

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (None)
    As of 2024-04-18 23:42 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found