Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: Help creating a function

by varghees (Novice)
on Feb 17, 2011 at 07:14 UTC ( [id://888659]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Help creating a function
in thread Help creating a function

I tried Module::Load also. but no luck
use Data::Dumper; print Dumper {A=>'testA',B=>'testB'};
using 'use' statement as above code, I get the output as
$VAR1 = { 'A' => 'testA', 'B' => 'testB' };
but when i try loading the module using Module::Load as below, prints nothing.
use Module::Load; load 'Data::Dumper'; print Dumper {A=>'testA',B=>'testB'};

Replies are listed 'Best First'.
Re^5: Help creating a function
by Anonymous Monk on Feb 17, 2011 at 07:25 UTC

Log In?
Username:
Password:

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

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

    No recent polls found