Link to home
Start Free TrialLog in
Avatar of sud
sud

asked on

PERL to C#

Hi Expert,
   i am planning to convert perl program to C#. I am bit new to C#

so a perl program like

testarray=(1,2,3,4)
foreach $id(@testarray){
$id++ ;}


how to write it in C# ? Thanks,

Sudhir



ASKER CERTIFIED SOLUTION
Avatar of ozo
ozo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial