source:
trunk/zoo-project/zoo-services/hello-perl/Hello.pl
@
317
| Last change on this file since 317 was 24, checked in by david, 16 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.













