Help for this page

Select Code to Download


  1. or download this
    
    use warnings;
    ...
    }
    
    print A ($ARGV[0], $ARGV[1]);
    
  2. or download this
    C:\>trash 3 3
    
    ...
    entering, $_[0] is -2
    entering, $_[1] is 2
    not returning : $_[1] is 1
    
  3. or download this
    
        if ($_[0] <= 0) {print "2nd -- returning 2*\$_[1] ($_[1])\n"; retu
    +rn 2*$_[1] }