Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

bladx's scratchpad

by bladx (Chaplain)
on Jun 01, 2004 at 22:27 UTC ( [id://358717]=scratchpad: print w/replies, xml ) Need Help??

#! perl -slw use strict; sub rndStr{local $"=''; "@_[map{rand$#_} 1 .. shift]"; } open(FILEHANDLE, ">data.txt"); my $i=0; while ($i < 500){ my $num = rndStr 2, 0..9; print FILEHANDLE $num .".0f, "; $i++; } close(FILEHANDLE);
Nodes to check out:


scp localfile loginname@yourproject.sourceforge.net:/home/groups/y/yo/yourproject/htdocs/

Check out VNC if I want to connect to my desktop box from a laptop. It sounds like it would be fast enough for the things I'd be doing.
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 making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 12:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found