in reply to Re: Re: Backtracking.pm
in thread Backtracking.pm
but it's not quite as nice. Option 2: write a source filter that takessub is(&) { return $_[0] } sub goal { ... } # ... goal 'foo' is { ... }
and replaces it withgoal mygoal
That might be a good way to go.goal 'mygoal', sub
/s
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Backtracking.pm
by Joost (Canon) on May 10, 2002 at 16:59 UTC |