Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        ilk => "1",
        son => "2",
        );
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    if ($#array<5){
           print $fruit_color{"banana"},"\n";
           };