Help for this page

Select Code to Download


  1. or download this
    system "ps axl | head -1";
    my @x; $x[1_000_000] = undef;
    system "ps axl | grep $$";
    undef @x;
    system "ps axl | grep $$";