Help for this page

Select Code to Download


  1. or download this
    send_2( $name, $pic, 'test' );
    
  2. or download this
    sub send_2 {
        my ($args) = @_;
    ...
        my $filehandle = $args->{ filehandle } || '';
        my $id = $args->{ id } || '';
    }