Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Koschei's scratchpad

by Koschei (Monk)
on Jun 13, 2004 at 10:26 UTC ( [id://363784]=scratchpad: print w/replies, xml ) Need Help??

#!/usr/bin/perl -w use strict; use Test::More qw/no_plan/; ok $self->gf->nice => "Yahoo!"; ok ($self->accommodation->rent != NOT_TOO_BAD) => "Yahoo!"; ok defined($job), "Yahoo!"; ok ($job->money >= $GOOD_PAY), "Yahoo!"; TODO: { ok defined($plan), "Must have plan."; ok ( @books > 2 => "Must get around to writing books."; }
yada, yada, yada.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-03-28 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found