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

Re: Quickly changing a function under test in Test::More

by fizbin (Chaplain)
on Mar 09, 2006 at 14:52 UTC ( [id://535399]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $commands{$cmd}{function}($param)
    
  2. or download this
    $commands{$cmd}->{function}->($param)
    
  3. or download this
    $ perl -MO=Deparse -e 'print $a{funclist}[0](4);'
    print $a{'funclist'}[0](4);
    ...
    $ perl -MO=Deparse -e 'print $a{funclist}->[0]->(4);'
    print $a{'funclist'}[0](4);
    -e syntax OK
    
  4. or download this
    @/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/;
    map{y/X_/\n /;print}map{pop@$_}@/for@/
    

Log In?
Username:
Password:

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

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

    No recent polls found