Questions about this topic? Sign up to ask in the talk tab.
Perl/Basics/Loops/While
From NetSec
Revision as of 02:58, 16 July 2012 by AlizaLorenzo (Talk | contribs) (Created page with "* A '''while loop''' executes '''while''' a condition is '''true'''. {{code|text=<source lang="perl">my $switch; my $counter; while (undef $switch) { print $counter; $cou...")