Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print +("$_ : ", $overload::ops{$_},$/) for (keys %overload::ops);
    
  2. or download this
    
    3way_comparison : <=> cmp
    ...
    mutators : ++ --
    func : atan2 cos sin exp abs log sqrt int
    conversion : bool "" 0+