Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to Add String Representation and Parameter in WFA command implemented in perl
2016-05-12
03:34 AM
3,334 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have implemeted workflows in powershell scripts. But I am trying to do some workflows in perl. I have 2 questions on that.
1. How can we keep String Representation ? Right now I am just keeping double quotes.
2. How can we add parameters automatically instead of adding them manually?
Any help on this would be helpful.
Solved! See The Solution
1 ACCEPTED SOLUTION
Rutul has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. String Representation rules are same for both perl and Powershell commands. I am assuming you are aware of the rules. If not I can explain as well.
2. Automatic Discovery of Perl Parameters is NOT possible. You have to add then manually.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
2 REPLIES 2
Rutul has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. String Representation rules are same for both perl and Powershell commands. I am assuming you are aware of the rules. If not I can explain as well.
2. Automatic Discovery of Perl Parameters is NOT possible. You have to add then manually.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the solution. I know the String Representation Rules. But I tried for one of the workflow in perl it didnt work. Let me check if I have missed something there. If you have any document or guidelines can you please provide?
