Help for this page

Select Code to Download


  1. or download this
    open(my $in1, '</etc/passwd');
    open(my $in2, '</etc/passwd');
    
  2. or download this
    if (!fork()) { system('ls -al /proc/self/fd/');}