Help for this page

Select Code to Download


  1. or download this
    sub save_friend_info {
        # . . .
    }
    
  2. or download this
    {
        my $save_friend_info = sub {
    ...
        
        $save_friend_info->(@args) or die $!;
    }