Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Trying to streamline repetitive code....

by kyle (Abbot)
on Oct 29, 2009 at 03:26 UTC ( [id://803867]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    eval "no strict;sub { $m8 }"; die $@ if $@;
    
    say $m8;
    
  2. or download this
    sub node_803848 {
        my ( $M, $name ) = @_;
    
        # wall of text
    }
    
  3. or download this
    my %big_m;
    
    $big_m{M8}{M8TrackSummary} = [];  # array ref
    $big_m{M8}{M8CurrentTrackLoc} = undef;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-03-28 19:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found