Help for this page

Select Code to Download


  1. or download this
    use constant SELF => 0;
    use constant VALUE=> 1;
    sub setx{
        $_[SELF]->{_x} = $_[VALUE];
    }
    
  2. or download this
    #! perl -sw
    use strict;
    ...
    constant 3.15/s      25%      14%       0%       --
    
    c:\test>