Help for this page

Select Code to Download


  1. or download this
    $ cat > pm_1075438_1.txt
    qw<er ty>
    ...
    123> <456
    
    $ gzip pm_1075438_2.txt
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    
    use Data::Dump;
    dd \%h;
    
  3. or download this
    { 123456 => 1, asdfgh => 1, qwerty => 1, zxcvbn => 1 }
    
  4. or download this
    ++$h{$_} for map { chomp; s/[<> ]//g; $_ } `zcat @{[glob '*.gz']}`;