Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    {
      print "This is a line.\n";
    }
    
  2. or download this
    $ strace -e read -f perl /tmp/t101 </etc/passwd
    ...
    ...
    This is a line.
    ...
    read(0, "", 12000)                      = 0