Help for this page

Select Code to Download


  1. or download this
    my $N= 
    
    
    say "N = $N";
    
  2. or download this
    my $N= say "N = $N";
    
  3. or download this
    my $N= 0+@Org;
    
  4. or download this
    use strict;
    use warnings;
    
    use 5.020;
    
  5. or download this
    use 5.020;
    use warnings;