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

Re: Needing help on testing

by davido (Cardinal)
on Oct 30, 2018 at 00:25 UTC ( [id://1224895]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    sub greet {
        print greeting(shift), "\n";
    }
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    1;
    
  3. or download this
    use strict;
    use warnings;
    ...
    is $resp, "Hello Monk\n", 'Got correct output in STDOUT.';
    
    done_testing();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-23 22:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found