Cheers - L~R#!/usr/bin/perl -w use strict; print toggle(), $/ for 1 .. 10; sub toggle { int rand 2 ? 1 : -1; }
In reply to Re: random negative toggle function
by Limbic~Region
in thread random negative toggle function
by zentara
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |