Help for this page

Select Code to Download


  1. or download this
    open(F,"/etc/passwd");
    
    while(<F>) { print }
    while(<F>) { print }