Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. septemberlogic

    RegEx Question

    Hi, For the following string, $str = "Vin[i,j] + Vout[i,j] + Uin[i,j] + Uout[i,j]"; I want to replace the i's and j's in the square brackets with actually indices. So something like "$str =~ s/i/2/g", except for that changes the variable name as well (Vin becomes V2n). So my questions is, how...
  2. septemberlogic

    Question about using Date::Calc, and a general question about Perl

    Hi, I've had some past experience in C++ and Java but I'm pretty new to Perl. I was trying to use the Date::Calc module, after briefly looking through the Calc.pod page on CPAN, I realized that I didn't even know how to create a new Date object. In Java, it would be something like: Date...
  3. septemberlogic

    Installing CPAN Perl modules under Cygwin

    Hi, I tried following the instructions on CSPAN for installing Perl modules under CygWin, but it was not successful at all. Does anyone know any webpage with instructions to do so? Sorry if this is a n00b question - I'm just starting to pick up Perl! Thanks in advance!

Part and Inventory Search

Back
Top