Help for this page

Select Code to Download


  1. or download this
      my $now = sub (return scalar(localtime time)); # Creates a subroutin
    +e reference
    
  2. or download this
      print $now->(), .... # Makes a  call to the sub, each time $now->() 
    +is used