Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: can someone explain Devel::REPL::Plugin::LexEnv?

by Corion (Patriarch)
on Jul 11, 2012 at 12:05 UTC ( [id://981093]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
            print "\n";
        };
    };
    
  2. or download this
    >my $name='World'; "Hello $name"
    ---
    ...
              'Hello World'
            ];
    >
    
  3. or download this
    > my $name = 'World';
    ---
    $VAR1 = [
              'World'
            ];
    
  4. or download this
    > "Hello $name";
    ---
    ERROR: Global symbol "$name" requires explicit package name at (eval 4
    +) line 1, <> line 4.
    

Log In?
Username:
Password:

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

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

    No recent polls found