Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl
    use v5.14.2;
    ...
        return $one + $two;
    }
    
  2. or download this
       perl chapter5_2.pl
    
  3. or download this
     Called main::show_call_information from main in chapter5_2.pl:13
    ---------use Carp------------------
    Expected two numbers, received:3 at chapter5_2.pl line 28.
        main::add_numbers(1, 2, 3) called at chapter5_2.pl line 24