Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
However , in the subroutine of the perl module Converter which i am making , I am unable to collect the associative array values.use Converter; my $document = new Converter; my $status = $document->convert( 'MIME-Type' => 'application/ms-word', 'Input' => '[In file]', 'Output' => '[Out file]' );
20040108 Edit by Corion: Fixed Unicode quotes
20040108 Edit by broquaint: title change (was Subroutine problem)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing a hash into a subroutine
by davido (Cardinal) on Jan 08, 2004 at 09:06 UTC | |
|
Re: Passing a hash into a subroutine
by chimni (Pilgrim) on Jan 08, 2004 at 08:50 UTC | |
|
Re: Passing a hash into a subroutine
by tune (Curate) on Jan 08, 2004 at 08:55 UTC | |
|
Re: Passing a hash into a subroutine
by hmerrill (Friar) on Jan 08, 2004 at 13:46 UTC | |
|
Re: Passing a hash into a subroutine
by BUU (Prior) on Jan 08, 2004 at 10:05 UTC | |
|
Re: Passing a hash into a subroutine
by ysth (Canon) on Jan 08, 2004 at 14:18 UTC |