Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Managing capture

by LanX (Saint)
on Feb 19, 2013 at 11:58 UTC ( [id://1019533]=note: print w/replies, xml ) Need Help??


in reply to Managing capture

What about a pragma to always start a method with

my ($self, $arg1,...) = @_;

???

Why did you think that $self is automatically provided?

> So...is this madness?

Closures are an essential part of Perl's strength, unlikely anybody will help to cripple the language.

You might either consider changing to another OO frmework or using snippets in your IDE (like yasnippet in emacs) to facilitate writing methods.

Cheers Rolf

Replies are listed 'Best First'.
Re^2: Managing capture
by jbert (Priest) on Feb 19, 2013 at 13:02 UTC

    > Closures are an essential part of Perl's strength, unlikely anybody will help to cripple the language.

    They are a powerful feature sure. A *pragma* (or cpan module) which allows people to declare their intent more clearly doesn't change the default behaviour for people who don't use it.

    The same argument applies to other pragmas (strict/warnings etc).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1019533]
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: (5)
As of 2024-04-24 05:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found