Re: C expressions in Perl
From: James Willmore (jwillmore_at_remove.adelphia.net)
Date: 03/13/04
- Next message: James Willmore: "Re: HTTP 1.1 module"
- Previous message: James Willmore: "Re: formmail problem"
- In reply to: Joe: "C expressions in Perl"
- Next in thread: Tore Aursand: "Re: C expressions in Perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 13 Mar 2004 04:13:26 -0500
On Fri, 12 Mar 2004 20:41:24 +0000, Joe wrote:
> Can I do this in Perl?
>
> Sub F{
> return true'
> }
>
> if (!F()) {do something}
`perldoc perlsub`
This gives you the documentation on subroutines in Perl.
HTH
-- Jim Copyright notice: all code written by the author in this post is released under the GPL. http://www.gnu.org/licenses/gpl.txt for more information. a fortune quote ... When someone says "I want a programming language in which I need only say what I wish done," give him a lollipop.
- Next message: James Willmore: "Re: HTTP 1.1 module"
- Previous message: James Willmore: "Re: formmail problem"
- In reply to: Joe: "C expressions in Perl"
- Next in thread: Tore Aursand: "Re: C expressions in Perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|