![]() |
|
XP is just a number | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
The =~ operator and s/// don't work the way you use them. You should also be seeing some warnings from Perl about
which should have made you suspicious about your code. I think what you likely want is to learn about how =~ applies to variables, via perlop and perlre. I guess the following line could meet your intentions:
I see that you took some time to actually gather test input and output, but please test your posted code before posting it - your code doesn't read from the DATA handle. In reply to Re: Changing %s to (Info: %s)
by Corion
|
|