Re: regex help please
- From: "Paul Lalli" <mritty@xxxxxxxxx>
- Date: 28 Dec 2006 15:29:35 -0800
Jerry wrote:
Paul,
Basicly that is the code except for reading a file:
"basicly" doesn't cut it. Did you miss the part where I said "post a
short but complete script"?
open ( FI, "$work_path\\$form_file" ) or die "Couldn't open
$work_path\\$form_file";
my @text = <FI>;
close FI;
Yes this is wrong "my $_", I was using "my $str" at first.
This is just a simple way to list my results for debuging my code:
print "parm: *1 $1*2 $2*3 $3*4 $4*6 $6*7 $7*8
$8*$9*$10*$11*$12*$_*<br>\n";
Nothing major going on!
Congratulations. Did you also miss the part where I asked you,
repeatedly, to post sample input, desired output, and actual output?
I have absolutely no interest in guessing what it is you want your
program to do.
You've used up your charity points with me. I hope someone else is
able to help you.
Godo bye,
Paul Lalli
.
- References:
- regex help please
- From: Jerry
- Re: regex help please
- From: Paul Lalli
- Re: regex help please
- From: Jerry
- regex help please
- Prev by Date: Re: Superformula with Perl?
- Next by Date: Re: Different methods to call a subroutine!
- Previous by thread: Re: regex help please
- Next by thread: Re: regex help please
- Index(es):
Relevant Pages
|