Help for this page

Select Code to Download


  1. or download this
    [root@testrhel AFAStest]# perl test2.pl #Right now $hash
    
    ...
    Scalar value @hash{'AirIATA'} better written as $hash{'AirIATA'} at te
    +st2.pl line 12.
    P
    C
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
                    $count++;
            }
    }
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    print $letter1,"\n",$letter2,"\n";