Recent content by hops

  1. H

    Watch Live NHL Playoffs 2010: New Jersey Devils vs Philadelphia Flyers Live Game 2...

    ...where? Live Stream: Philadelphia Flyers vs New Jersey Devils live online NHL 16 April, 2010.
  2. H

    2010 NHL Playoffs: Philadelphia Flyers vs New Jersey Devils Live stream Game 2...

    ...April 16 where i can watch? Watch Philadelphia Flyers vs New Jersey Devils Live Stream Online TV 2010- 04-16 where?
  3. H

    Perl grep inside of an if clause?

    I have the following in my perl script to run on Windows servers: IN and OUT being part of the open commands to open the files. if (grep(/Export terminated successfully without warnings./, <IN>)) { print "SUCCESS IT WORKS"; } else { $errorfound="T"; print OUT "The export has not finished...
  4. H

    Perl grep inside of an if clause?

    I have the following in my perl script to run on Windows servers: IN and OUT being part of the open commands to open the files. if (grep(/Export terminated successfully without warnings./, <IN>)) { print "SUCCESS IT WORKS"; } else { $errorfound="T"; print OUT "The export has not finished...
  5. H

    Perl grep inside of an if clause?

    I have the following in my perl script to run on Windows servers: IN and OUT being part of the open commands to open the files. if (grep(/Export terminated successfully without warnings./, <IN>)) { print "SUCCESS IT WORKS"; } else { $errorfound="T"; print OUT "The export has not finished...
  6. H

    Perl grep inside of an if clause?

    I have the following in my perl script to run on Windows servers: IN and OUT being part of the open commands to open the files. if (grep(/Export terminated successfully without warnings./, <IN>)) { print "SUCCESS IT WORKS"; } else { $errorfound="T"; print OUT "The export has not finished...
  7. H

    Perl grep inside of an if clause?

    I have the following in my perl script to run on Windows servers: IN and OUT being part of the open commands to open the files. if (grep(/Export terminated successfully without warnings./, <IN>)) { print "SUCCESS IT WORKS"; } else { $errorfound="T"; print OUT "The export has not finished...
  8. H

    Perl grep inside of an if clause?

    I have the following in my perl script to run on Windows servers: IN and OUT being part of the open commands to open the files. if (grep(/Export terminated successfully without warnings./, <IN>)) { print "SUCCESS IT WORKS"; } else { $errorfound="T"; print OUT "The export has not finished...
Back
Top