Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

neilh's scratchpad

by neilh (Pilgrim)
on Aug 10, 2004 at 01:51 UTC ( [id://381434]=scratchpad: print w/replies, xml ) Need Help??

#!/usr/bin/perl -w use strict; my $count=0; while ($count < 20) { my $num; $count > 10 ? $num="" : $num="0"; print "$num$count\n"; $count++; }
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 about the Monastery: (6)
As of 2024-04-24 11:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found