source:
trunk/zoo-project/zoo-services/hello-perl/Hello.pl
@
388
Last change on this file since 388 was 348, checked in by neteler, 13 years ago | |
---|---|
|
|
File size: 150 bytes |
Line | |
---|---|
1 | sub HelloPL { |
2 | my ($main_conf,$real_inputs,$real_outputs) = @_; |
3 | |
4 | $real_outputs->{"Result"}->{"value"}=$real_inputs->{"a"}->{"value"}; |
5 | return 3; |
6 | } |
7 |
Note: See TracBrowser
for help on using the repository browser.