Help for this page

Select Code to Download


  1. or download this
        sub add ($$) {$_[0] + $_[1]}
        my @arr = (3, 4);
        print add(@arry);
    
  2. or download this
        sleep 2.5;
    
  3. or download this
    $ perl -wle 'print+(localtime())[5]'
    105