nite_man has asked for the wisdom of the Perl Monks concerning the following question:
TIA.# Some package; package C; sub flag { return 1; } # Some script #!/usr/bin/perl -w if(m{C->flag}x) { print "Ok\n" } else { print "Not good\n" }
--------------------------------
SV* sv_bless(SV* sv, HV* stash);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Regexp and object's methods.
by Tomte (Priest) on May 02, 2003 at 10:40 UTC | |
|
Re: Regexp and object's methods.
by broquaint (Abbot) on May 02, 2003 at 11:10 UTC | |
|
Re: Regexp and object's methods.
by Tanalis (Curate) on May 02, 2003 at 10:12 UTC | |
|
Re: Regexp and object's methods.
by Jasper (Chaplain) on May 02, 2003 at 11:12 UTC | |
|
Re: Regexp and object's methods.
by JamesNC (Chaplain) on May 02, 2003 at 13:35 UTC | |
|
Re: Regexp and object's methods.
by nite_man (Deacon) on May 02, 2003 at 11:55 UTC | |
by Tomte (Priest) on May 02, 2003 at 12:47 UTC | |
|
Re: Regexp and object's methods.
by nite_man (Deacon) on Feb 18, 2004 at 15:40 UTC |