Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

izut's scratchpad

by izut (Chaplain)
on Jun 23, 2005 at 14:28 UTC ( [id://469407]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    sub process {
        -f && -x && $ARGV[0] eq $_ && print $File::Find::name, "\n";
    }
    
  2. or download this
    { $a->{b} = $b || last }
    
  3. or download this
    package Tie::Hash::OnlyIf;
    sub STORE {
    ...
    package main;
    tie my %data, Tie::Hash::OnlyIf;
    $data{b} = $b;
    
  4. or download this
    use strict;
    use warnings;
    ...
    ok( "A1"        =~ /[\w\d]{2,}/ );
    ok( "56429K01B" =~ /[\w\d]{2,}/ );
    ok( "1132086"   =~ /[\w\d]{2,}/ );
    

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 avoiding work at the Monastery: (1)
As of 2024-04-19 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found