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

Re: Perl and Pipes. Share your story.

by fizbin (Chaplain)
on Apr 16, 2006 at 00:12 UTC ( [id://543602]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    svn log -vv -r 21224 | perl -nle 'm|Eclipse/(.*)| and print$1'> /tmp/f
    +ilesChanged.txt
    
  2. or download this
    find * -name '*.dtd' | xargs md5sum > /tmp/dtdmd5s.txt
    perl -ple 's{([^*]*) [*](.*/)([^/]*)$}{$2$3 $3 $1}' /tmp/dtdmd5s.txt |
    + \
       sort -k2 | uniq -c -f 1 | \
       perl -nle '@a=split;if($a eq $a[2]){print $b;print}$b=$_;$a=$a[2]'
    
  3. or download this
          1 clients/megacorp/cmeta/smeta.dtd smeta.dtd 81e2470da0cc593e114
    +6556d0fe0ebed
         41 base/classes/com/mycomp/dtd/smeta.dtd smeta.dtd e287f8786ecf79
    +06f3019d3cc9accff7
    
  4. or download this
    @/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/;
    map{y/X_/\n /;print}map{pop@$_}@/for@/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-03-19 05:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found