Help for this page

Select Code to Download


  1. or download this
    local %ENV = %ENV;
    $ENV{TERM} = 'vt220';
    
  2. or download this
    {
        local $ENV{TERM} = 'vt220';
        `/usr/sbin/iptraf -s eth0 -B -L some.log`;
    }
    
  3. or download this
    my %letters = 'a'..'h';
    my @nums = 0..8;
    {
    ...
              undef,
              4
            ];