Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: Regular expression

by alfie (Pilgrim)
on Jun 07, 2001 at 20:41 UTC ( [id://86643]=note: print w/replies, xml ) Need Help??


in reply to Re: Regular expression
in thread Regular expression

Please don't confuse the 1 in this example (which indeed is just there for there has to be something there) with the 1; at the end of a perl module!! The 1; statement at the end of a module is truly needed as a returnvalue to the require statement. Substitute it to a 0 and watch the difference. In this example here you could substitue the 1 with a 0, which would change nothing at all...
--
use signature; signature(" So long\nAlfie");

Replies are listed 'Best First'.
Re: Re: Re: Regular expression
by lestrrat (Deacon) on Jun 08, 2001 at 00:45 UTC

    Hmm, sorry if it was misleading, but I think it's a "statement" nonetheless, no?

    package foo; sub foo { 1; } 1;

    Besides the fact that a required file needs a "true" value returned, I don't think the 1 at the end of the file is any different from the 1 in a sub or any block of code?

    Syntactically, yeah, they mean different things, but I believe the mechanism that goes behind there are the same...

    That was sort of where I was trying to get at, if it makes any sense

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://86643]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-24 02:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found