Help for this page

Select Code to Download


  1. or download this
    $employee->salary($employee->salary()*1.1);
    
  2. or download this
    $employee->salary() *= 1.1;
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    __END__
    3
    4.5