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...
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...
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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.