Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
    chomp $count;
    my $outcome = $count + 1;
    print "outcome = $outcome\n";
    
  2. or download this
    outcome = 6