Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

GotToBTru's scratchpad

by GotToBTru (Prior)
on Jun 15, 2010 at 13:25 UTC ( [id://844863]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [tye]    gah, some kind of new-age meeting format.
    [Tanktalus]    Tanktalus is trying to imagine a meeting room full of l
    +ong-haired people wearing braids, smoking marijuana, and listening to
    + Zamphyr...
    [RonW]    That's the "old" "new age"
    [Tanktalus]    Tanktalus can't keep up :)
    
  2. or download this
    sub mapxml {
        my $xml = shift;
        my ($tag, $value, %xmlhash);
    ...
        }
        return \%xmlhash;
    }
    
  3. or download this
    use Test::Simple tests => 2;
    
    ...
      chomp $answer;
      return($answer);
    }
    
  4. or download this
    use strict;
    use warnings;
    ...
      my $i=0; my $j = length($key);
      return join '', map {$_^substr($key,$i++ % $j,1)} (split '',$plain);
    }
    
  5. or download this
     $pwd = join '', sort grep { ! $uniq{$_}++ } split //, $string;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-19 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found