Instead of something like this :sub ($self,$var,@arr) { }
this will save alot keystorokes ... yes I know this place is for prototipes.. but the vars are easly recognaized from prototypes ( /\$\w+/ ). what U think ?sub () { my $self = shift; my ($var,@arr) = @_; ... }
In reply to sub ($self,$var,@arr) {} by raptor
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |