Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Behind the Scenes - Perl Variables

by johnnywang (Priest)
on Apr 19, 2005 at 19:27 UTC ( [id://449407]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # devel.pl
    use Devel::Peek;
    ...
    Dump $b;
    my $c = "123";
    Dump $c;
    
  2. or download this
    SV = PV(0x22548c) at 0x18244e8
      REFCNT = 1
    ...
      PV = 0x22b26c "123"\0
      CUR = 3
      LEN = 4
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-20 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found