Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
                 ];
    
    };
    
  2. or download this
    my %pids = map { $_ => 1 } $req->path =~ /(\d+)/g;
    
  3. or download this
    next if scalar(%pids) and not $pids{$proc->pid};
    
  4. or download this
    my %hash = (
            fred => flintstone,
    ...
            );
    
    print scalar(%hash) . "\n";