Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re (tilly) 1: newer snippet browser

by tilly (Archbishop)
on Jan 20, 2001 at 19:08 UTC ( [id://53211]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Config;
    use vars qw(%Config);
    print "My default pager is $Config{pager}\n";
    
  2. or download this
    sub colorize {
      # Autoload here
    ...
        return $escape_code;
      }
    }
    
  3. or download this
      my ($case, $data) =(split /\s/, $input, 2;
      $case = lc($case);
    ...
      else {
        do_default($input);
      }
    
  4. or download this
    @cases = [
      # etc
    ...
      },
      # etc
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-25 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found