Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
    $,="\n"; 
    
    print @h{keys %h};
    
  2. or download this
    $VAR1 = {
              'bar' => 'foo:bar:fuss',
    ...
            };
    foo:bar:fuss
    foo:baz:faz
    
  3. or download this
    $"=q;grep;;$,=q"grep";for(`find . -name ".saves*~"`){s;$/;;;/(.*-(\d+)
    +-.*)$/;
    $_=["ps -e -o pid | "," $2 | "," -v "," "];`@$_`?{print"+ $1"}:{print"
    +- $1"}&&`rm $1`;
    print$\;}