Help for this page

Select Code to Download


  1. or download this
    use v5.14;
    
    ...
            say $person->name, " cannot sing!";
        }
    }
    
  2. or download this
    use v5.10;
    my $count = 0;
    ...
        ++$count;
    }gex;
    say $var;