Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

AnomalousMonk's scratchpad

by AnomalousMonk (Archbishop)
on Oct 21, 2008 at 08:28 UTC ( [id://718401]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    GotToBTru (21apr15):
    c:\@Work\Perl>perl -wMstrict -MData::Dump -le
    ...
    [\21, \46]
    
    { a => 1, b => 21, c => 3, d => 46, e => 5, f => 6 }
    
  2. or download this
    # paste_to_cbddd.pl    paste to clipboard                   24may12waw
    
    ...
    
    C:\@Work\Perl\clipboard>perl -wMstrict -e "print \" \\\\\\\\\\\\\\\" \
    +""
     \\\"
    
  3. or download this
    @ECHO OFF
    
    ...
    
    
    :END
    
  4. or download this
    
    =comment
    ...
         # { $preceding_embedded_qqs++ if $1 eq q{"};  $escape{$1} }xmsge;
    
    print "~$param~";
    
  5. or download this
    >perl -wMstrict -le
    "persist();
    ...
    
    0
    1
    
  6. or download this
    # SelTran.pm        selective translation                   31jan10waw
    
    ...
    
    
    1;
    
  7. or download this
    # SelTran.t         test selective translation              31jan10waw
    
    ...
        my ($from, $to) = @$ar_vector;
        is $xlate->($from), $to;
        }
    

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 studying the Monastery: (3)
As of 2024-04-19 05:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found