- #!/usr/bin/perl
- use 5.14.0;
- use strict;
- use warnings;
- my $number = 10;
- my $true = 1;
- while ($true) {
- say --$number;
- }
negative function
Posted by Anonymous on Mon 17th Sep 2012 21:34
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.