Hi
I have never programmed with .NET, and all I really know about it is it is getting more popular by the day. Can anyone recommend a good book or a website for learning .NET without having to fork out thousands on a course. Really basic beginners stuff please
Thanks
User Profile
Collapse
-
Best Book or Website to Learn .NET
-
Hi all
I need some more help, I tried to use the code which Miller so kindly provided but although it compiled correctly it would produce no results so I guess I wasn't using it correctly. I reverted back to the O'Reilly Perl book and came up with the following code, while it is producing results, they are not the expected results. Can someone please have a look and let me know where I have gone wrong.
Thanks
... -
Hi Miller
Thank very much, apprecaite your help, I can work off this now
Regards
ChristinaLeave a comment:
-
Hi all
This is the code I am using so far, but all it does is count the exact number of pass tests in the entire file.
What I require it to do is to count the number of 1's in the section between the section starting with str:elec and
the first occurrence of str:inf after that
[CODE=perl]
#!/opt/ARperl5.6/bin/perl --
#Declare scalar variables
$cnt = 0;
#Count the number of...Leave a comment:
-
Extracting data from specific area of a file
Hi all
I am completely new to perl programming and completely confused.
I need to count the number of tests which passed specific criteria, the issue I am having is that all pass tests are denoted in the file by the number 1 but I want to determine just electrical tests.
The file is broken into sections and the electrical test section starts with 'str:elec' and end with 'str:inf'
All section end...
No activity results to display
Show More
Leave a comment: