Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Parsing a macro language

by simonm (Vicar)
on Jul 09, 2005 at 01:20 UTC ( [id://473626]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub parse_brackets {
      my @parse;
    ...
    
      return @parse;
    }
    
  2. or download this
    $VAR1 = {
              'contents' => [
    ...
              'name' => 'p1',
              'type' => 'page'
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-19 19:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found