Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Silencing warnings when testing

by astaines (Curate)
on Oct 28, 2002 at 01:23 UTC ( [id://208426]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub _ref_check {
    my ($test,$should_be) = @_;
    ...
        } # unless ($ref eq $should_be)
    return 1;
    } #End of subrotuine _ref_check
    
  2. or download this
    t\01-sanity.....................ok
    t\02-simple.....................ok 16/0
    ...
    [snip]
    All tests successful.
    Files=9, Tests=101,  1 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00
    + CPU)
    
  3. or download this
    t\01-sanity.....................ok
    

Log In?
Username:
Password:

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

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

    No recent polls found