Ask a Question related to PERL Miscellaneous, Design and Development.
-
Quantum Mechanic #1
Re: Reinventing a square wheel
Wes Groleau <groleau@freeshell.org> wrote in message news:<zxudnVkX4tHvhtmiXTWJgA@gbronline.com>...
What do you get with this:> @words = <STDIN>;
> $new_word = $words[rand(@words)];
> chomp ($new_word);
> print ($new_word);
@words = <STDIN>;
print @words;
and
ls | PickOne
???
Or better yet,
ls | perl -d PickOne
and see what's in @words after it is stuffed from <STDIN>.
-QM
Quantum Mechanic Guest
-
Cf5 - MX7 Square box problem
Hi we have just upgraded our intranet from CF5 to cfmx7. Everything went OK, but a lot of the content is now appearing with square boxes rather than... -
Square #1
:o Hi, I am just having a little trouble getting started here... I installed the flex download, and copied the profile.war, samples.war and... -
Color Wheel?
I find the tiny color spectrum bars kind of irritating, since I'm used to working from the (good-old) color wheel in Photoshop and (before making... -
Mouse wheel
Hi! Are any chances to activate the mouse wheel to make zoom? Thanks!! Hugo -
Mouse wheel down scrolls down normal, mouse wheel up goes to the top!?
I have this same problem with a Microsoft Intellimouse optical, even on XP. I installed all the new drivers for it, and it still happens. This must...



Reply With Quote

