Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    sub print_entries {
      print "@_\n";
    }
    
  2. or download this
    -command => [\&print_entries, $user_x -> get(), $y_size],
  3. or download this
    -command => [\&print_entries, \$user_x -> get(), \$y_size],