User Profile

Collapse

Profile Sidebar

Collapse
oop
oop
Last Activity: Aug 16 '07, 10:47 AM
Joined: Aug 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • oop
    started a topic Best Book or Website to Learn .NET
    in .NET

    Best Book or Website to Learn .NET

    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
    See more | Go to post

  • oop
    replied to Extracting data from specific area of a file
    in Perl
    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

    ...
    See more | Go to post
    Last edited by miller; Aug 15 '07, 04:00 PM. Reason: Code Tag and ReFormatting

    Leave a comment:


  • oop
    replied to Extracting data from specific area of a file
    in Perl
    Hi Miller

    Thank very much, apprecaite your help, I can work off this now

    Regards
    Christina
    See more | Go to post

    Leave a comment:


  • oop
    replied to Extracting data from specific area of a file
    in Perl
    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...
    See more | Go to post
    Last edited by miller; Aug 14 '07, 07:08 AM. Reason: Code tag

    Leave a comment:


  • oop
    started a topic Extracting data from specific area of a file
    in Perl

    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...
    See more | Go to post
No activity results to display
Show More
Working...