Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Keyed list in perl

by pKai (Priest)
on Mar 13, 2007 at 23:30 UTC ( [id://604710]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    {chart { {1 { {title title_1} {xlable X-lab} {ylable Y-lab}
    {description desc1} {type line} {series { {1 { {x_data {1 2 3 4 5} }
    {y_data {20 90 60 50 30}} } } } } } } } }
    
  2. or download this
    while ($text =~ m/\G([\w-]+|.)/sg) {
        my $tok = $1;
    ...
            }
        }
    }
    
  3. or download this
    {
      'chart' => [
    ...
                   }
                 ]
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found