Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Simple Mouse/Moose question

by stvn (Monsignor)
on Feb 23, 2011 at 00:25 UTC ( [id://889702]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    warn Dumper $test;
    $test->n2;
    warn Dumper $test;
    
  2. or download this
    $VAR1 = bless( {}, 'Test' );
    In do_n2() $s = Test=HASH(0x861360)
    ...
                     'n' => 3,
                     'n2' => 5
                   }, 'Test' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (9)
As of 2024-04-16 09:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found