The Icon Bar: The Playpen: Perl
|
Perl |
|
moss (21:21 14/10/2004) moss (19:03 15/10/2004) Phlamethrower (19:10 15/10/2004) andypoole (19:26 15/10/2004) monkeyson2 (19:37 15/10/2004)
|
|
John Hoare |
Message #58502, posted by moss at 21:21, 14/10/2004 |
Posts: 9348
|
Interesting |
|
[ Log in to reply ] |
|
John Hoare |
Message #58515, posted by moss at 19:03, 15/10/2004, in reply to message #58502 |
Posts: 9348
|
#!usr/bin/perl print "GIVE ME SOME TEXT, TURD: "; chomp($text = <STDIN>); print "AND A CUNTING NUMBER: "; chomp($number = <STDIN>); print"\nHa ha ha, watch... THIS:\n"; $result = ($text . " ") x $number; print "$result\n\nIMPRESSIVE, EH?\n";
[Edited by moss at 20:04, 15/10/2004] |
|
[ Log in to reply ] |
|
Jeffrey Lee |
Message #58517, posted by Phlamethrower at 19:10, 15/10/2004, in reply to message #58515 |
Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff
Posts: 15100
|
"Hello World" will never be the same again. |
|
[ Log in to reply ] |
|
Andrew Poole |
Message #58518, posted by andypoole at 19:26, 15/10/2004, in reply to message #58517 |
Posts: 5558
|
"Hello World" will never be the same again. I'm suprised he didn't just do "hello cunt".. |
|
[ Log in to reply ] |
|
Phil Mellor |
Message #58519, posted by monkeyson2 at 19:37, 15/10/2004, in reply to message #58518 |
Please don't let them make me be a monkey butler
Posts: 12380
|
It's obviously a typo. It should say COUNT. |
|
[ Log in to reply ] |
|
|
The Icon Bar: The Playpen: Perl |