Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Contextual::Return and Want, any major difference?

by duelafn (Parson)
on Mar 03, 2012 at 14:47 UTC ( [id://957683]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    print $ctx->{foo}, "\n";
    print $want->{foo}, "\n";
    
  2. or download this
    $ perl /tmp/test.pl
    bar
    bar
    bar
    Can't use string ("Hello") as a HASH ref while "strict refs" in use at
    + /tmp/test.pl line 22.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-23 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found