Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl -w
        use strict;
    ...
    
        my $ook = $cycle || 42;
        print "\$ook is $ook\n";     # prints: $ook is 0