Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Question of variable interpolation in regex

by SparkeyG (Curate)
on Nov 15, 2002 at 16:56 UTC ( [id://213201]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @empty_square = qw(+----+
                          |....|
    ...
                          |....|
                          +----+                    
                         );
    
  2. or download this
    foreach my $boxLine ( @empty_square) {
    
  3. or download this
    foreach my $line ( @empty_square) {
        my $boxLine = $line;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 09:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found