in reply to Set the flag
But like irah says, you need to provide some code or data if you want more specific help.my $foo = "This is a test."; my $flag = 0; print "$flag\t$foo\n"; $flag = ($foo =~ s/a/the/); print "$flag\t$foo\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Set the flag
by Anonymous Monk on Nov 05, 2009 at 15:21 UTC |