Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: How to get ($1, $2, ...)?

by almut (Canon)
on Feb 16, 2007 at 17:28 UTC ( [id://600483]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $text = <<TEXT;
        A B
    ...
    
    use Data::Dumper;
    print Dumper \@result;
    
  2. or download this
    $VAR1 = [
              [
    ...
                'c'
              ]
            ];
    
  3. or download this
    ...
    my @rxs = (
    ...
            push @result, [ @grps ];
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-03-28 22:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found