Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Re: Service controller for Linux/Unix

by Fastolfe (Vicar)
on Feb 09, 2001 at 01:50 UTC ( #57273=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Service controller for Linux/Unix
in thread Service controller for Linux/Unix

You're right; I had intended to write something more like this:
my ($action) = $0 =~ m!([^/]+)$!;
Either way, you figured it out. I usually prefer the one-line form like this, because with the two-line form, if the regex fails, an assignment to $1 might get you something you do not expect (the results from a previous regex, for example).

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2023-10-04 00:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?